InstCombine: Combine (X | Y) - X to (~X & Y)
[oota-llvm.git] / test / Transforms / InstCombine / gep-addrspace.ll
2014-04-03 Eli BenderskyFix PR19270 - type mismatch caused by invalid optimization.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2011-04-06 Nadav RotemThis testcase passed even without the fix. Added the...
2011-04-05 Nadav RotemInstCombine optimizes gep(bitcast(x)) even when the...