Skip to content

Commit 5ca4706

Browse files
committed
[BACKEND] Update LLVM version to llvm/llvm-project@1a9acd7 (triton-lang#4468)
1 parent 1d21468 commit 5ca4706

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
@@ -158,7 +158,7 @@ class CallOpConversion : public mlir::RewritePattern {
158158
auto operands = callOp.getOperands();
159159
auto result = callOp.getResult();
160160

161-
LLVM::LLVMFunctionType calleeType = callOp.getVarCalleeType().value();
161+
LLVM::LLVMFunctionType calleeType = callOp.getCalleeFunctionType();
162162
Type returnType = calleeType.getReturnType();
163163

164164
auto loc = callOp.getLoc();

0 commit comments

Comments
 (0)