llvm/lib/Transforms/InstCombine
David Majnemer 8f6f6d0cea [InstCombine] Don't sink an instr after a catchswitch
A catchswitch is a terminator, instructions cannot be inserted after it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265158 91177308-0d34-0410-b5e6-96231b3b80d8
2016-04-01 17:28:17 +00:00
..
CMakeLists.txt
InstCombineAddSub.cpp
InstCombineAndOrXor.cpp
InstCombineCalls.cpp AMDGPU: Add frexp_exp intrinsic 2016-03-30 22:28:52 +00:00
InstCombineCasts.cpp [InstCombine] Combine A->B->A BitCast 2016-03-17 18:47:20 +00:00
InstCombineCompares.cpp [InstCombine] Don't insert instructions before a catch switch 2016-03-19 04:39:52 +00:00
InstCombineInternal.h [InstCombine] Combine A->B->A BitCast 2016-03-17 18:47:20 +00:00
InstCombineLoadStoreAlloca.cpp [InstCombine] Use Twines to generate names. 2016-03-11 10:20:56 +00:00
InstCombineMulDivRem.cpp
InstCombinePHI.cpp
InstCombineSelect.cpp Minor code cleanup. NFC. 2016-03-23 01:38:35 +00:00
InstCombineShifts.cpp
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp
InstructionCombining.cpp [InstCombine] Don't sink an instr after a catchswitch 2016-04-01 17:28:17 +00:00
LLVMBuild.txt