[Mlir-commits] [mlir] [mlir][ptr] Add load/store lowering to LLVM (PR #173405)
Fabian Mora
llvmlistbot at llvm.org
Tue Dec 23 10:35:54 PST 2025
https://github.com/fabianmcg requested changes to this pull request.
`ptr` ops are directly translatable to LLVMIR, see https://github.com/llvm/llvm-project/blob/main/mlir/test/Target/LLVMIR/ptr.mlir . I'm currently trying to remove `!llvm.ptr` in favor of `!ptr.ptr`, at which point any weirdness around `!ptr.ptr` should disappear.
Blocking this atm. If in the end removing `!llvm.ptr` cannot be done, we can revive the patch.
https://github.com/llvm/llvm-project/pull/173405
More information about the Mlir-commits
mailing list