[PATCH] D98627: [JumpThreading] Do not use AA after a block has been destroyed. PR43276

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 15 22:54:31 PDT 2021


mkazantsev added a comment.

The real problem is that functions like `MergeBasicBlockIntoOnlyPred` may be applied to a loop block, and in fact make the affected block not part of the loop. No one updates the loop info inside the AA accordingly. Maybe we can fix it...


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98627/new/

https://reviews.llvm.org/D98627



More information about the llvm-commits mailing list