[PATCH] D133319: [Assignment Tracking][22/*] Add loop-deletion test
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 13 03:00:32 PDT 2022
jmorse added a comment.
(One wonders why the dbg.values get set to undef when the sunk store still retains a value -- possibly the PHI put in by lcssa gets RAUW'd but the source value doesn't? This raises the possibility that scenarios like this might benefit from forward salvaging, i.e. "we know this value is dead, but something using it isn't, so re-point the dbg intrinsics at that).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133319/new/
https://reviews.llvm.org/D133319
More information about the llvm-commits
mailing list