llvm-6502/lib/Transforms/InstCombine
Benjamin Kramer 9381dd1ac9 InstCombine: Clean up weird code that talks about a modulus that's long gone.
This does the right thing unless the multiplication overflows, but the old code
didn't handle that case either.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173276 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-23 17:16:22 +00:00
..
CMakeLists.txt
InstCombine.h
InstCombineAddSub.cpp Transform (sub 0, (zext bool to A)) to (sext bool to A) and 2013-01-21 21:57:20 +00:00
InstCombineAndOrXor.cpp
InstCombineCalls.cpp Remove the last of uses that use the Attribute object as a collection of attributes. 2013-01-23 06:14:59 +00:00
InstCombineCasts.cpp
InstCombineCompares.cpp
InstCombineLoadStoreAlloca.cpp
InstCombineMulDivRem.cpp 1. Hoist minus sign as high as possible in an attempt to reveal 2013-01-15 21:09:32 +00:00
InstCombinePHI.cpp
InstCombineSelect.cpp
InstCombineShifts.cpp
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp Check for less than 0 in shuffle mask instead of -1. It's more consistent with other code related to shuffles and easier to implement in compiled code. 2013-01-18 05:30:07 +00:00
InstCombineWorklist.h
InstructionCombining.cpp InstCombine: Clean up weird code that talks about a modulus that's long gone. 2013-01-23 17:16:22 +00:00
LLVMBuild.txt
Makefile