llvm-6502/lib/Transforms/InstCombine
Tim Northover 7bfabdac4e InstCombine: look for masked compares with subset relation
Even in cases which aren't universally optimisable like "(A & B) != 0 && (A &
C) != 0", the masks can make one of the comparisons completely redundant. In
this case, since we've gone to the effort of spotting masked comparisons we
should combine them.

rdar://problem/7625728

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189930 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-04 11:57:13 +00:00
..
CMakeLists.txt
InstCombine.h Teach InstCombine visitGetElementPtr about address spaces 2013-08-19 22:17:40 +00:00
InstCombineAddSub.cpp Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y). 2013-07-30 23:53:17 +00:00
InstCombineAndOrXor.cpp InstCombine: look for masked compares with subset relation 2013-09-04 11:57:13 +00:00
InstCombineCalls.cpp Change behavior of calling bitcasted alias functions. 2013-07-30 20:45:05 +00:00
InstCombineCasts.cpp Teach InstCombine about address spaces 2013-08-21 19:53:10 +00:00
InstCombineCompares.cpp Teach InstCombine about address spaces 2013-08-21 19:53:10 +00:00
InstCombineLoadStoreAlloca.cpp Teach InstCombineLoadCast about address spaces. 2013-09-03 21:05:48 +00:00
InstCombineMulDivRem.cpp Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP for consistency. 2013-07-26 17:55:00 +00:00
InstCombinePHI.cpp
InstCombineSelect.cpp
InstCombineShifts.cpp
InstCombineSimplifyDemanded.cpp InstCombine: Check for zero shift amounts before subtracting one causing integer overflow. 2013-08-30 14:35:35 +00:00
InstCombineVectorOps.cpp Fix typo. 2013-08-28 22:17:26 +00:00
InstCombineWorklist.h Use pop_back_val() instead of both back() and pop_back(). 2013-08-19 22:47:55 +00:00
InstructionCombining.cpp Teach InstCombine visitGetElementPtr about address spaces 2013-08-19 22:17:40 +00:00
LLVMBuild.txt
Makefile