Skip to content

Commit

Permalink
[mlir][shape][bufferize] Fix typo in external model
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D127639
  • Loading branch information
matthias-springer committed Jun 13, 2022
1 parent 23d9ca1 commit 6ab1ed4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
Expand Down

0 comments on commit 6ab1ed4

Please sign in to comment.