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 1d21468 commit 5ca4706Copy full SHA for 5ca4706
cmake/llvm-hash.txt
@@ -1 +1 @@
1
-99bb9a719cec9513e72ad275c1c0302b76b6c408
+1a9acd786d493b00c08d1611f51420d421b74cf1
third_party/amd/lib/TritonAMDGPUToLLVM/BuiltinFuncToLLVM.cpp
@@ -158,7 +158,7 @@ class CallOpConversion : public mlir::RewritePattern {
158
auto operands = callOp.getOperands();
159
auto result = callOp.getResult();
160
161
- LLVM::LLVMFunctionType calleeType = callOp.getVarCalleeType().value();
+ LLVM::LLVMFunctionType calleeType = callOp.getCalleeFunctionType();
162
Type returnType = calleeType.getReturnType();
163
164
auto loc = callOp.getLoc();
0 commit comments