[Mlir-commits] [mlir] [MLIR][LLVMIR] llvm.call_intrinsic: support operand/result attributes (PR #129640)

Bruno Cardoso Lopes llvmlistbot at llvm.org
Wed Mar 5 10:30:50 PST 2025


bcardosolopes wrote:

> AFAIK the code to resolve the call types should be generated by tablegen when using an assembly format.

Exactly! And because `addArgAndResultAttrs` and `parseCallTypeAndResolveOperands` resolve them as well they can't be used altogether with the assembly format.

> I would suggest to move forward with what we have for now. We can still follow up with an assembly format version if we want to.

Great, thanks!

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


More information about the Mlir-commits mailing list