Skip to content

Commit 089ceff

Browse files
WillFroomgithub-actions[bot]
authored andcommitted
Automerge: [MLIR] Add missing namespace qualifier in BufferizableOpInterface.td (#166781)
2 parents 38efe0d + e0736c0 commit 089ceff

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)