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

Théo Degioanni llvmlistbot at llvm.org
Fri Jun 6 01:20:57 PDT 2025


Moxinilian wrote:

Yeah this transformation creates issues with provenance because for example int optimization may then decide to merge pointers with different provenance together, which can easily cause miscompiles. Would it be possible to do what you want without this transformation? What is the general thing you are trying to achieve?

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


More information about the Mlir-commits mailing list