We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38efe0d + e0736c0 commit 089ceffCopy full SHA for 089ceff
mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.td
@@ -138,7 +138,7 @@ def BufferizableOpInterface : OpInterface<"BufferizableOpInterface"> {
138
/*retType=*/"bool",
139
/*methodName=*/"bufferizesToElementwiseAccess",
140
/*args=*/(ins "const ::mlir::bufferization::AnalysisState &":$state,
141
- "ArrayRef<OpOperand *>":$opOperands),
+ "::llvm::ArrayRef<::mlir::OpOperand *>":$opOperands),
142
/*methodBody=*/"",
143
/*defaultImplementation=*/[{
144
// It is always safe to assume that the op is not element-wise.
0 commit comments