llvm-6502/lib/Transforms/InstCombine
Dale Johannesen 201ab3acff When checking that the necessary bits are zero in
order to reduce ((x<<30)>>24) to x<<6, check the
correct bits.  PR 8547.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118665 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-10 01:30:56 +00:00
..
CMakeLists.txt
InstCombine.h Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which 2010-10-19 17:21:58 +00:00
InstCombineAddSub.cpp
InstCombineAndOrXor.cpp
InstCombineCalls.cpp Teach instcombine to set the alignment arguments for NEON load/store intrinsics. 2010-10-22 21:41:48 +00:00
InstCombineCasts.cpp
InstCombineCompares.cpp
InstCombineLoadStoreAlloca.cpp Fix a case where instcombine was stripping metadata (and alignment) 2010-10-25 16:16:27 +00:00
InstCombineMulDivRem.cpp
InstCombinePHI.cpp
InstCombineSelect.cpp Teach InstCombine not to use Add and Neg on FP. PR 8490. 2010-10-27 23:45:18 +00:00
InstCombineShifts.cpp When checking that the necessary bits are zero in 2010-11-10 01:30:56 +00:00
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp Clean up indentation and other whitespace. 2010-10-29 22:20:45 +00:00
InstCombineWorklist.h
InstructionCombining.cpp SmallVectorize. 2010-10-23 17:10:24 +00:00
Makefile