llvm-6502/lib/Transforms
Benjamin Kramer 1fdfae05b0 InstCombine: Canonicalize (2^n)-1 - x into (2^n)-1 ^ x iff x is known to be smaller than 2^n.
This has the obvious advantage of being commutable and is always a win on x86 because
const - x wastes a register there. On less weird architectures this may lead to
a regression because other arithmetic doesn't fuse with it anymore. I'll address that
problem in a followup.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147254 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-24 17:31:38 +00:00
..
Hello
InstCombine InstCombine: Canonicalize (2^n)-1 - x into (2^n)-1 ^ x iff x is known to be smaller than 2^n. 2011-12-24 17:31:38 +00:00
Instrumentation [asan] add the name of the module to the description of a global variable. This improves the readability of global-buffer-overflow reports. 2011-12-15 22:55:55 +00:00
IPO
Scalar Fix typo "infinte". 2011-12-23 23:49:25 +00:00
Utils When not destroying the source, the linker is not remapping the types. Added support 2011-12-23 02:18:32 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile