diff options
| author | MLIR Team <no-reply@google.com> | 2019-02-22 07:48:59 -0800 |
|---|---|---|
| committer | jpienaar <jpienaar@google.com> | 2019-03-29 16:38:24 -0700 |
| commit | 8564b274dbd7cf8a295a8ec16de67b330dffc694 (patch) | |
| tree | 75dd453283011d972ca753ff96b4fc9511430ee2 /mlir/lib/Transforms/LoopFusion.cpp | |
| parent | 51835e73e07d674cb43dc5d6d4b4124c0c436535 (diff) | |
| download | bcm5719-llvm-8564b274dbd7cf8a295a8ec16de67b330dffc694.tar.gz bcm5719-llvm-8564b274dbd7cf8a295a8ec16de67b330dffc694.zip | |
Internal change
PiperOrigin-RevId: 235191129
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()) |

