We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd3657 commit 958e9a5Copy full SHA for 958e9a5
cmake/llvm-hash.txt
@@ -1 +1 @@
1
-99bb9a719cec9513e72ad275c1c0302b76b6c408
+1a9acd786d493b00c08d1611f51420d421b74cf1
third_party/amd/lib/TritonAMDGPUToLLVM/BuiltinFuncToLLVM.cpp
@@ -128,7 +128,7 @@ class CallOpConversion : public mlir::RewritePattern {
128
auto operands = callOp.getOperands();
129
auto result = callOp.getResult();
130
131
- LLVM::LLVMFunctionType calleeType = callOp.getVarCalleeType().value();
+ LLVM::LLVMFunctionType calleeType = callOp.getCalleeFunctionType();
132
Type returnType = calleeType.getReturnType();
133
134
auto loc = callOp.getLoc();
0 commit comments