[Mlir-commits] [mlir] [MLIR] Add support for calling conventions to LLVM::CallOp and LLVM::InvokeOp (PR #71319)

Markus Böck llvmlistbot at llvm.org
Sun Nov 5 08:15:27 PST 2023


================
@@ -1473,7 +1546,7 @@ void InvokeOp::print(OpAsmPrinter &p) {
                         getResultTypes());
 }
 
-// <operation> ::= `llvm.invoke` (function-id | ssa-use)
+// <operation> ::= `llvm.invoke` (cconv) (function-id | ssa-use)
----------------
zero9178 wrote:

```suggestion
// <operation> ::= `llvm.invoke` (cconv)? (function-id | ssa-use)
```

https://github.com/llvm/llvm-project/pull/71319


More information about the Mlir-commits mailing list