Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by constants...
[oota-llvm.git] / test / CodeGen / X86 / bool-simplify.ll
2012-08-10 Michael Liaoadd X86-specific DAG optimization to simplify boolean...