The attached testcase crashes without the patch (Not the same accesses
in the same order).
When we move instructions before another instruction, we also need to
update the memory accesses corresponding to it.
Differential D109197
[LoopPredication] Fix MemorySSA crash in predicateLoopExits anna on Sep 2 2021, 2:28 PM. Authored by
Details The attached testcase crashes without the patch (Not the same accesses When we move instructions before another instruction, we also need to
Diff Detail
Event TimelineComment Actions I'll defer to @asbirlea. This looks slightly complicated for what should be a simple update, but she'll know if there's a cleaner way. |