[llvm] [InstCombine] Remove Store when its Ptr is removable (PR #79565)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 29 07:35:32 PST 2024


https://github.com/nikic requested changes to this pull request.

This issue is Won't Fix as far as I'm concerned. Reaching a fix-point in *all* cases is an explicit non-goal -- the verification exists to catch bugs like failing to add things back to the worklist. You should not perform contortions to reach reach the fixpoint, unless there is phase-ordering proof that doing so would be useful.



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


More information about the llvm-commits mailing list