llvm-6502/lib/Transforms
David Majnemer a17a9dc8df InstCombine: Don't create an unused instruction
We would create an instruction but not inserting it.
Not inserting the unused instruction would lead us to verification
failure.

This fixes PR21653.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222659 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-24 16:41:13 +00:00
..
Hello [CMake] Add LLVM_LINK_COMPONENTS to loadable modules, LLVMHello and BugpointPasses, on Win32. 2014-07-13 13:36:48 +00:00
InstCombine InstCombine: Don't create an unused instruction 2014-11-24 16:41:13 +00:00
Instrumentation Tidied up target triple OS detection. NFC 2014-11-22 19:12:10 +00:00
IPO Disable header duplication at -Oz in loop-rotate pass. 2014-11-21 19:53:24 +00:00
ObjCARC Update SetVector to rely on the underlying set's insert to return a pair<iterator, bool> 2014-11-19 07:49:26 +00:00
Scalar This Reassociate change unintentionally slipped in r222499 2014-11-21 02:37:38 +00:00
Utils SimplifyCFG: Refactor GatherConstantCompares() result in a struct 2014-11-20 22:40:25 +00:00
Vectorize Masked Vector Load and Store Intrinsics. 2014-11-23 08:07:43 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile