Skip to content

Commit 958e9a5

Browse files
chsiggkarupayun
authored andcommitted
[BACKEND] Update LLVM version to llvm/llvm-project@1a9acd7 (triton-lang#4468)
1 parent 3dd3657 commit 958e9a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/llvm-hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
99bb9a719cec9513e72ad275c1c0302b76b6c408
1+
1a9acd786d493b00c08d1611f51420d421b74cf1

third_party/amd/lib/TritonAMDGPUToLLVM/BuiltinFuncToLLVM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class CallOpConversion : public mlir::RewritePattern {
128128
auto operands = callOp.getOperands();
129129
auto result = callOp.getResult();
130130

131-
LLVM::LLVMFunctionType calleeType = callOp.getVarCalleeType().value();
131+
LLVM::LLVMFunctionType calleeType = callOp.getCalleeFunctionType();
132132
Type returnType = calleeType.getReturnType();
133133

134134
auto loc = callOp.getLoc();

0 commit comments

Comments
 (0)