[Mlir-commits] [mlir] Expose Tail Kind Call to MLIR (PR #98080)

Tobias Gysi llvmlistbot at llvm.org
Mon Jul 8 23:06:56 PDT 2024


https://github.com/gysit commented:

Thanks for adding the attribute.

If you can add the attribute to the import as well that would be great!

It would require an additional line here:
https://github.com/llvm/llvm-project/blob/2217933c6d3850948dced70097847f5a684ed069/mlir/lib/Target/LLVMIR/ModuleImport.cpp#L1470
and a test file in the same folder as:
https://github.com/llvm/llvm-project/blob/bb8998dd3b74a6936452d7ddeb341e79c1d8f001/mlir/test/Target/LLVMIR/Import/calling-convention.ll#L1
You can use the exported result of your export test to produce an import test.

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


More information about the Mlir-commits mailing list