diff options
Diffstat (limited to 'mlir/lib/Transforms/LoopFusion.cpp')
| -rw-r--r-- | mlir/lib/Transforms/LoopFusion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()) |

