Skip to content

Commit 53fc37b

Browse files
committed
drop pure
1 parent 59ec7ab commit 53fc37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def ROCDL_BallotOp :
189189
let assemblyFormat = "$pred attr-dict `:` type($res)";
190190
}
191191

192-
def ROCDL_ReadfirstlaneOp : ROCDL_IntrOp<"readfirstlane", [], [0], [AllTypesMatch<["res", "src"]>, Pure], 1>,
192+
def ROCDL_ReadfirstlaneOp : ROCDL_IntrOp<"readfirstlane", [], [0], [AllTypesMatch<["res", "src"]>], 1>,
193193
Arguments<(ins LLVM_Type:$src)> {
194194
let results = (outs LLVM_Type:$res);
195195
let summary = "Get the value in first active lane.";

0 commit comments

Comments
 (0)