[llvm] [GVN] Reuse dominating PtrToInt for PtrToAddr. (PR #209164)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 06:41:36 PDT 2026


https://github.com/fhahn commented:

> I'd expect something like get the number of the corresponding ptrtoint expression and check if we have a leader for it. Should not do use scanning.

Ah yes that's much better, updated thanks!

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


More information about the llvm-commits mailing list