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

Diego Caballero llvmlistbot at llvm.org
Mon Jul 29 15:48:49 PDT 2024


dcaballe wrote:

> We could do that and handle the byval conversion separately (outside of the type converter) directly in the signature conversion logic targeting llvm.func? (the logic would have to add the right load to the converted type as well).

It sounds reasonable. I was hoping to avoid creating two function signatures but let me give it a try...

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


More information about the Mlir-commits mailing list