[Mlir-commits] [mlir] [MLIR][LLVM] Add vararg support in LLVM::LLVMFuncOp (PR #67274)
Tobias Gysi
llvmlistbot at llvm.org
Wed Sep 27 00:10:18 PDT 2023
================
@@ -615,10 +611,17 @@ def LLVM_CallOp : LLVM_MemAccessOpBase<"call",
// Indirect call with an argument and without a result.
llvm.call %1(%0) : !llvm.ptr, (f32) -> ()
+
+ // Direct varaidic call
----------------
gysit wrote:
```suggestion
// Direct variadic call.
```
https://github.com/llvm/llvm-project/pull/67274
More information about the Mlir-commits
mailing list