InstCombine: Combine (add (and %a, %b) (or %a, %b)) to (add %a, %b)
[oota-llvm.git] / test / Transforms / InstCombine / constant-fold-math.ll
2014-03-05 Benjamin KramerConstantFolding: Also fold the vector overloads of...
2014-03-05 Matt ArsenaultAllow constant folding of fma and fmuladd