Skip to content

Commit 383b093

Browse files
mooskaghchsigg
authored andcommitted
[BACKEND] Update LLVM version to llvm/llvm-project@cea799a (#5865)
1 parent 42f795e commit 383b093

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

cmake/llvm-hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
386af4a5c64ab75eaee2448dc38f2e34a40bfed0
1+
cea799afc632879f7d08157108a60c67317829a2

include/triton/Dialect/Triton/IR/TritonOps.td

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,12 @@ def CallOp : TT_Op<"call", [CallOpInterface, /*MemRefsNormalizable, */DeclareOpI
11141114
MutableOperandRange getArgOperandsMutable() {
11151115
return getOperandsMutable();
11161116
}
1117-
1117+
Attribute removeArgAttrsAttr() { return nullptr; }
1118+
Attribute removeResAttrsAttr() { return nullptr; }
1119+
ArrayAttr getArgAttrsAttr() { return nullptr; }
1120+
ArrayAttr getResAttrsAttr() { return nullptr; }
1121+
void setArgAttrsAttr(ArrayAttr) { return; }
1122+
void setResAttrsAttr(ArrayAttr) { return; }
11181123
}];
11191124

11201125
let assemblyFormat = [{

0 commit comments

Comments
 (0)