[Mlir-commits] [mlir] 6ab1ed4 - [mlir][shape][bufferize] Fix typo in external model
Matthias Springer
llvmlistbot at llvm.org
Mon Jun 13 07:41:50 PDT 2022
Author: Matthias Springer
Date: 2022-06-13T16:38:56+02:00
New Revision: 6ab1ed43f5ebef581ce4eed2739276c09d51a9ff
URL: https://github.com/llvm/llvm-project/commit/6ab1ed43f5ebef581ce4eed2739276c09d51a9ff
DIFF: https://github.com/llvm/llvm-project/commit/6ab1ed43f5ebef581ce4eed2739276c09d51a9ff.diff
LOG: [mlir][shape][bufferize] Fix typo in external model
Differential Revision: https://reviews.llvm.org/D127639
Added:
Modified:
mlir/lib/Dialect/Shape/Transforms/BufferizableOpInterfaceImpl.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Dialect/Shape/Transforms/BufferizableOpInterfaceImpl.cpp b/mlir/lib/Dialect/Shape/Transforms/BufferizableOpInterfaceImpl.cpp
index 4b7e0a33b5b5..1240b65d1a7e 100644
--- a/mlir/lib/Dialect/Shape/Transforms/BufferizableOpInterfaceImpl.cpp
+++ b/mlir/lib/Dialect/Shape/Transforms/BufferizableOpInterfaceImpl.cpp
@@ -125,7 +125,7 @@ struct AssumingOpInterface
/// ops, so this is for analysis only.
struct AssumingYieldOpInterface
: public BufferizableOpInterface::ExternalModel<AssumingYieldOpInterface,
- shape::AssumingOp> {
+ shape::AssumingYieldOp> {
bool bufferizesToMemoryRead(Operation *op, OpOperand &opOperand,
const AnalysisState &state) const {
return true;
More information about the Mlir-commits
mailing list