reassociate should do this.
authorChris Lattner <sabre@nondot.org>
Sun, 24 Jan 2010 20:17:09 +0000 (20:17 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 24 Jan 2010 20:17:09 +0000 (20:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94374 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/README.txt

index f4aa531ae06ba89c280328cfd141e24b677ddb74..716085cf1bcc4e52183f00721e209ab12a430a59 100644 (file)
@@ -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));