[Mlir-commits] [mlir] [mlir][LLVMIR] Add folder pass for `llvm.inttoptr` and `llvm.ptrtoint` (PR #143066)

Christian Ulmann llvmlistbot at llvm.org
Thu Jun 5 22:58:44 PDT 2025


https://github.com/Dinistro commented:

Thanks for changing this to be a pass. Conceptually, this looks sensible, but we will require the data layout as this is otherwise very hard to use from pipelines that do not necessarily know the bit-widths during construction. 

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


More information about the Mlir-commits mailing list