[Mlir-commits] [mlir] [MLIR][LLVM] Add vararg support in LLVM::LLVMFuncOp (PR #67274)
Ivan R. Ivanov
llvmlistbot at llvm.org
Wed Sep 27 00:46:27 PDT 2023
================
@@ -1262,6 +1325,18 @@ static ParseResult parseCallTypeAndResolveOperands(
if (funcType.getNumResults() != 0)
result.addTypes(funcType.getResults());
+ if (!isVarArg) {
----------------
ivanradanov wrote:
Oh you are indeed correct, we do not need to set that.
https://github.com/llvm/llvm-project/pull/67274
More information about the Mlir-commits
mailing list