[llvm] r257401 - more space; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 11 14:35:39 PST 2016
Author: spatel
Date: Mon Jan 11 16:35:39 2016
New Revision: 257401
URL: http://llvm.org/viewvc/llvm-project?rev=257401&view=rev
Log:
more space; NFC
Modified:
llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
Modified: llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp?rev=257401&r1=257400&r2=257401&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp Mon Jan 11 16:35:39 2016
@@ -1439,6 +1439,7 @@ Value *LibCallSimplifier::optimizeSqrt(C
// and multiply.
IRBuilder<>::FastMathFlagGuard Guard(B);
B.SetFastMathFlags(I->getFastMathFlags());
+
// If we found a repeated factor, hoist it out of the square root and
// replace it with the fabs of that factor.
Module *M = Callee->getParent();
More information about the llvm-commits
mailing list