llvm-6502/lib/Transforms
Chris Lattner 1495247f51 minor cleanup to SROA: when lowering type unsafe accesses to
large integers, the first inserted value would always create
an 'or X, 0'.  Even though this is trivially zapped by
instcombine, don't bother creating this pointless instruction.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106979 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-27 07:58:26 +00:00
..
Hello Add an exports file for the Hello example plugin. 2010-06-24 17:36:51 +00:00
InstCombine use ArgOperand API (some hunks I could split) 2010-06-25 07:57:14 +00:00
Instrumentation 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
Scalar minor cleanup to SROA: when lowering type unsafe accesses to 2010-06-27 07:58:26 +00:00
Utils The hasMemory argument is irrelevant to how the argument 2010-06-25 21:55:36 +00:00
Makefile