[Mlir-commits] [mlir] [mlir][emitc] Inline constant when translate (PR #143485)
Simon Camphausen
llvmlistbot at llvm.org
Tue Jun 10 02:34:04 PDT 2025
simon-camp wrote:
Can this be moved from the Translation layer to a conversion pass? We have the Expression op which gets inlined under the right conditions. On top of that there ist already the FormExpressions pass, that does something like this. Maybe that can be reused/extended to have more in which ops get turned into expressions. This would also have the advantage to make this feature opt in and not immediately break downstream Users.
https://github.com/llvm/llvm-project/pull/143485
More information about the Mlir-commits
mailing list