[Mlir-commits] [mlir] [mlir][LLVM] Improve lowering of `llvm.byval` function arguments (PR #100028)

Diego Caballero llvmlistbot at llvm.org
Fri Aug 2 08:51:00 PDT 2024


dcaballe wrote:

Just for reference:
* 1st approach (`LLVMTypeConverter::convertFunctionSignature` returns the final `LLVMFunctionType`): https://github.com/llvm/llvm-project/pull/100028/commits/eb7cec3712345e5260142886e1fa608ad57ca69b
* 2nd approach (The `LLVMFunctionType` is fixed after the main `LLVMTypeConverter::convertFunctionSignature`): https://github.com/llvm/llvm-project/pull/100028/files

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


More information about the Mlir-commits mailing list