[PATCH] D15937: [LibCallSimplifier] use instruction-level fast-math-flags to transform sqrt calls

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 10:48:17 PST 2016


davide added inline comments.

================
Comment at: lib/Transforms/Utils/SimplifyLibCalls.cpp:1442
@@ -1441,2 +1441,3 @@
   B.SetFastMathFlags(I->getFastMathFlags());
+
   // If we found a repeated factor, hoist it out of the square root and
----------------
davide wrote:
> Spurious blank linke.
Oh I think this one makes sense but please commit the style fix separately.


http://reviews.llvm.org/D15937





More information about the llvm-commits mailing list