[flang-commits] [clang] [flang] [llvm] [mlir] [IRBuilder] Use ptrtoaddr in CreatePtrDiff() (PR #181855)
Nikita Popov via flang-commits
flang-commits at lists.llvm.org
Wed Feb 18 08:01:44 PST 2026
nikic wrote:
> Great to see ptrtoint gone from pointer subs!
It's not :) This just removes it from some edge-case subs, it core cases still use ptrtoint, as they don't use CreatePtrDiff yet...
https://github.com/llvm/llvm-project/pull/181855
More information about the flang-commits
mailing list