From 8564b274dbd7cf8a295a8ec16de67b330dffc694 Mon Sep 17 00:00:00 2001 From: MLIR Team Date: Fri, 22 Feb 2019 07:48:59 -0800 Subject: Internal change PiperOrigin-RevId: 235191129 --- mlir/lib/Transforms/LoopFusion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mlir/lib/Transforms/LoopFusion.cpp') diff --git a/mlir/lib/Transforms/LoopFusion.cpp b/mlir/lib/Transforms/LoopFusion.cpp index 303efc69ceb..5dbefb875da 100644 --- a/mlir/lib/Transforms/LoopFusion.cpp +++ b/mlir/lib/Transforms/LoopFusion.cpp @@ -1511,7 +1511,7 @@ static bool isFusionProfitable(Instruction *srcOpInst, LLVM_DEBUG({ std::stringstream msg; msg << " fusion is most profitable at depth " << *dstLoopDepth << " with " - << setprecision(2) << additionalComputeFraction + << std::setprecision(2) << additionalComputeFraction << "% redundant computation and a "; msg << (storageReduction.hasValue() ? std::to_string(storageReduction.getValue()) -- cgit v1.2.3