forked from OSchip/llvm-project
[mlir][shape][bufferize] Fix typo in external model
Differential Revision: https://reviews.llvm.org/D127639
This commit is contained in:
parent
23d9ca10ae
commit
6ab1ed43f5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue