Skip to content

Commit

Permalink
[BACKEND] Update LLVM version to llvm/llvm-project@1a9acd7 (#4468)
Browse files Browse the repository at this point in the history
  • Loading branch information
chsigg committed Aug 5, 2024
1 parent 9e79619 commit 9267087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/llvm-hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
99bb9a719cec9513e72ad275c1c0302b76b6c408
1a9acd786d493b00c08d1611f51420d421b74cf1
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class CallOpConversion : public mlir::RewritePattern {
auto operands = callOp.getOperands();
auto result = callOp.getResult();

LLVM::LLVMFunctionType calleeType = callOp.getVarCalleeType().value();
LLVM::LLVMFunctionType calleeType = callOp.getCalleeFunctionType();
Type returnType = calleeType.getReturnType();

auto loc = callOp.getLoc();
Expand Down

0 comments on commit 9267087

Please sign in to comment.