summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/LowerVectorTransfers.cpp
diff options
context:
space:
mode:
authorChris Lattner <clattner@google.com>2018-12-28 13:07:39 -0800
committerjpienaar <jpienaar@google.com>2019-03-29 14:43:58 -0700
commit315a466aed9bcc896007098719ed9e0a35a3459d (patch)
tree5de796018001a55709d69fc51d362197680d315c /mlir/lib/Transforms/LowerVectorTransfers.cpp
parent2a463c36b1f1cc42e585144a9b012cf948baa708 (diff)
downloadbcm5719-llvm-315a466aed9bcc896007098719ed9e0a35a3459d.tar.gz
bcm5719-llvm-315a466aed9bcc896007098719ed9e0a35a3459d.zip
Rename BasicBlock and StmtBlock to Block, and make a pass cleaning it up. I did not make an effort to rename all of the 'bb' names in the codebase, since they are still correct and any specific missed once can be fixed up on demand.
The last major renaming is Statement -> Instruction, which is why Statement and Stmt still appears in various places. This is step 19/n towards merging instructions and statements, NFC. PiperOrigin-RevId: 227163082
Diffstat (limited to 'mlir/lib/Transforms/LowerVectorTransfers.cpp')
-rw-r--r--mlir/lib/Transforms/LowerVectorTransfers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Transforms/LowerVectorTransfers.cpp b/mlir/lib/Transforms/LowerVectorTransfers.cpp
index 4d24191dcb2..51577009abb 100644
--- a/mlir/lib/Transforms/LowerVectorTransfers.cpp
+++ b/mlir/lib/Transforms/LowerVectorTransfers.cpp
@@ -110,7 +110,7 @@ static void rewriteAsLoops(VectorTransferOpTy *transfer,
// Get the ML function builder.
// We need access to the Function builder stored internally in the
// MLFunctionLoweringRewriter general rewriting API does not provide
- // ML-specific functions (ForStmt and StmtBlock manipulation). While we could
+ // ML-specific functions (ForStmt and Block manipulation). While we could
// forward them or define a whole rewriting chain based on MLFunctionBuilder
// instead of Builer, the code for it would be duplicate boilerplate. As we
// go towards unifying ML and CFG functions, this separation will disappear.
OpenPOWER on IntegriCloud