[PATCH] D98627: [JumpThreading] Do not use AA after a block has been destroyed. PR43276
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 15 04:48:26 PDT 2021
lebedev.ri added a comment.
Hm, why does the block actually end up being deleted?
`DominatorTree`/`DomTreeUpdater` is always present, and `DomTreeUpdater` is in lazy mode, so it doesn't apply changes/delete blocks immediately, but only when flushed.
But where does it get flushed? *That* seems a bug.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98627/new/
https://reviews.llvm.org/D98627
More information about the llvm-commits
mailing list