forked from OSchip/llvm-project
parent
7e3f8b60d6
commit
e3a68d1063
|
@ -175,7 +175,7 @@ _foo:
|
|||
mulsd %xmm2, %xmm0
|
||||
ret
|
||||
|
||||
Instcombine should be able to turn it into:
|
||||
Reassociate should be able to turn it into:
|
||||
|
||||
double foo(double x, double y) {
|
||||
return ((x + 0.1234 * y) * (x - 0.1234 * y));
|
||||
|
|
Loading…
Reference in New Issue