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

Diego Caballero llvmlistbot at llvm.org
Tue Jul 30 10:12:23 PDT 2024


dcaballe wrote:

> I saw TypeConverter.h being modified and thought it was the general dialect conversion, not something specific to LLVM conversion.

Note that the current changes are to `LLVMTypeConverter` (under `.../LLVMCommon/TypeConverter.h`), not the generic type converter.

Ok, if no other comments, let me try to move the logic to the llvm function conversion so that we can compare both approaches.
Thanks!

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


More information about the Mlir-commits mailing list