[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


================
@@ -1309,7 +1372,7 @@ static ParseResult parseOptionalCallFuncPtr(
   return success();
 }
 
-// <operation> ::= `llvm.call` (function-id | ssa-use)
+// <operation> ::= `llvm.call` (cconv) (function-id | ssa-use)
----------------
zero9178 wrote:

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

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


More information about the Mlir-commits mailing list