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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
