Skip to content
Commit cc61f87c authored by Owen Anderson's avatar Owen Anderson
Browse files

Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by...

Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by constants.  This is only enabled in unsafe FP math mode, since it does not preserve rounding effects for all such constants.

llvm-svn: 162956
parent db482ef7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment