llvm-6502/lib/Transforms/InstCombine
Serge Pavlov b1a6b91a1e Fix type of shuffle obtained from reordering with binary operation
In transformation:
    BinOp(shuffle(v1,undef), shuffle(v2,undef)) -> shuffle(BinOp(v1, v2),undef)
type of the undef argument must be same as type of BinOp.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208531 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-12 10:11:27 +00:00
..
CMakeLists.txt
InstCombine.h Reorder shuffle and binary operation. 2014-05-11 08:46:12 +00:00
InstCombineAddSub.cpp Reorder shuffle and binary operation. 2014-05-11 08:46:12 +00:00
InstCombineAndOrXor.cpp Reorder shuffle and binary operation. 2014-05-11 08:46:12 +00:00
InstCombineCalls.cpp
InstCombineCasts.cpp
InstCombineCompares.cpp
InstCombineLoadStoreAlloca.cpp
InstCombineMulDivRem.cpp Reorder shuffle and binary operation. 2014-05-11 08:46:12 +00:00
InstCombinePHI.cpp
InstCombineSelect.cpp
InstCombineShifts.cpp Reorder shuffle and binary operation. 2014-05-11 08:46:12 +00:00
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp Reorder shuffle and binary operation. 2014-05-11 08:46:12 +00:00
InstCombineWorklist.h
InstructionCombining.cpp Fix type of shuffle obtained from reordering with binary operation 2014-05-12 10:11:27 +00:00
LLVMBuild.txt
Makefile