llvm-project/llvm/lib/Transforms
Dan Gohman 47ddf76d89 Teach getExactSDiv to evaluate x/1 to x up front, as it's a common
enough special case, and it theoretically allows more folding because
it works even when x is unanalyzable.

llvm-svn: 106763
2010-06-24 16:51:25 +00:00
..
Hello Use pre-increment instead of post-increment when the result is not used. 2010-06-22 15:08:57 +00:00
IPO use ArgOperand API and CallSite for arg range; add necessary casts and perform some cosmetics 2010-06-24 14:42:01 +00:00
InstCombine use ArgOperand API 2010-06-24 16:11:44 +00:00
Instrumentation Use pre-increment instead of post-increment when the result is not used. 2010-06-22 15:08:57 +00:00
Scalar Teach getExactSDiv to evaluate x/1 to x up front, as it's a common 2010-06-24 16:51:25 +00:00
Utils use callsite to obtain all arguments 2010-06-24 09:56:43 +00:00
Makefile Revert r100896 and around - this breaks the only mingw32 buildbot we have. 2010-04-15 19:51:42 +00:00