[llvm] InstCombine: Fix a crash in `PointerReplacer` when constructing a new PHI (PR #130256)

Antonio Frighetto via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 7 00:31:09 PST 2025


https://github.com/antoniofrighetto commented:

Why do we RAUW the load but not the store here? This might need to be done for the memcpy too, which looks dead by the time we insert it into the map.

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


More information about the llvm-commits mailing list