summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/MemRefDataFlowOpt.cpp
diff options
context:
space:
mode:
authorRiver Riddle <riverriddle@google.com>2019-03-24 20:35:07 -0700
committerjpienaar <jpienaar@google.com>2019-03-29 17:36:53 -0700
commit9c6e92360c2b63fa1da9ee8fea7965cfaecca0a4 (patch)
tree450f3c419f0404d4cca97d4d60aa557593245c8f /mlir/lib/Transforms/MemRefDataFlowOpt.cpp
parent5c8113ef801328e5d7763e41553c52d2b1bf8690 (diff)
downloadbcm5719-llvm-9c6e92360c2b63fa1da9ee8fea7965cfaecca0a4.tar.gz
bcm5719-llvm-9c6e92360c2b63fa1da9ee8fea7965cfaecca0a4.zip
NFC: Rename the 'if' operation in the AffineOps dialect to 'affine.if'.
PiperOrigin-RevId: 240071154
Diffstat (limited to 'mlir/lib/Transforms/MemRefDataFlowOpt.cpp')
-rw-r--r--mlir/lib/Transforms/MemRefDataFlowOpt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Transforms/MemRefDataFlowOpt.cpp b/mlir/lib/Transforms/MemRefDataFlowOpt.cpp
index 4088cde4185..a35a159443d 100644
--- a/mlir/lib/Transforms/MemRefDataFlowOpt.cpp
+++ b/mlir/lib/Transforms/MemRefDataFlowOpt.cpp
@@ -19,7 +19,7 @@
// potentially getting rid of intermediate memref's entirely.
// TODO(mlir-team): In the future, similar techniques could be used to eliminate
// dead memref store's and perform more complex forwarding when support for
-// SSA scalars live out of 'for'/'if' statements is available.
+// SSA scalars live out of 'for'/'affine.if' statements is available.
//===----------------------------------------------------------------------===//
#include "mlir/Analysis/AffineAnalysis.h"
OpenPOWER on IntegriCloud