Skip to content

Commit e0736c0

Browse files
authored
[MLIR] Add missing namespace qualifier in BufferizableOpInterface.td (llvm#166781)
1 parent a6893f9 commit e0736c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def BufferizableOpInterface : OpInterface<"BufferizableOpInterface"> {
138138
/*retType=*/"bool",
139139
/*methodName=*/"bufferizesToElementwiseAccess",
140140
/*args=*/(ins "const ::mlir::bufferization::AnalysisState &":$state,
141-
"ArrayRef<OpOperand *>":$opOperands),
141+
"::llvm::ArrayRef<::mlir::OpOperand *>":$opOperands),
142142
/*methodBody=*/"",
143143
/*defaultImplementation=*/[{
144144
// It is always safe to assume that the op is not element-wise.

0 commit comments

Comments
 (0)