search for: 1cf8bdd3

Displaying 2 results from an estimated 2 matches for "1cf8bdd3".

2009 Feb 02
0
[LLVMdev] Adding legal integer sizes to TargetData
...___ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090202/1cf8bdd3/attachment.html>
2009 Feb 02
2
[LLVMdev] Adding legal integer sizes to TargetData
Now that 2.5 is about to branch, I'd like to bring up one of Scott's favorite topics: certain optimizers widen or narrow arithmetic, without regard for whether the type is legal for the target. In his specific case, instcombine is turning an i32 multiply into an i64 multiply in order to eliminate a cast. This does simplify/reduce the number of IR operations, but an i64 multiply