InstCombine: Combine (X | Y) - X to (~X & Y)
[oota-llvm.git] / test / Transforms / InstCombine / vec_extract_var_elt.ll
2014-01-24 Benjamin KramerInstCombine: Don't try to use aggregate elements of...
2013-04-22 Anat ShemerChanged back (relative to commit 179786) the operations...