diff options
| author | River Riddle <riverriddle@google.com> | 2019-02-06 11:08:18 -0800 |
|---|---|---|
| committer | jpienaar <jpienaar@google.com> | 2019-03-29 16:17:29 -0700 |
| commit | 3227dee15dcfa0211e3ff3d1ef229d61a3c4e38f (patch) | |
| tree | c61f7f4841c198271dd9689d93e8df6f9866c0f9 /mlir/lib/Transforms/PipelineDataTransfer.cpp | |
| parent | b9dde91ea6ec449ecd4203fb06fdf726001a0c37 (diff) | |
| download | bcm5719-llvm-3227dee15dcfa0211e3ff3d1ef229d61a3c4e38f.tar.gz bcm5719-llvm-3227dee15dcfa0211e3ff3d1ef229d61a3c4e38f.zip | |
NFC: Rename affine_apply to affine.apply. This is the first step to adding a namespace to the affine dialect.
PiperOrigin-RevId: 232707862
Diffstat (limited to 'mlir/lib/Transforms/PipelineDataTransfer.cpp')
| -rw-r--r-- | mlir/lib/Transforms/PipelineDataTransfer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Transforms/PipelineDataTransfer.cpp b/mlir/lib/Transforms/PipelineDataTransfer.cpp index 4ca48a53485..cfa045f2279 100644 --- a/mlir/lib/Transforms/PipelineDataTransfer.cpp +++ b/mlir/lib/Transforms/PipelineDataTransfer.cpp @@ -324,7 +324,7 @@ PipelineDataTransfer::runOnAffineForOp(OpPointer<AffineForOp> forOp) { instShiftMap[sliceOp->getInstruction()] = 0; } } else { - // If a slice wasn't created, the reachable affine_apply op's from its + // If a slice wasn't created, the reachable affine.apply op's from its // operands are the ones that go with it. SmallVector<Instruction *, 4> affineApplyInsts; SmallVector<Value *, 4> operands(dmaStartInst->getOperands()); |

