[PATCH] D98627: [JumpThreading] Do not use AA after a block has been destroyed. PR43276
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 15 04:45:23 PDT 2021
nikic added a comment.
AA uses DT, so it will be affected by more than just deleted basic blocks, but probably in more subtle ways. How much would we lose by not using AA entirely?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98627/new/
https://reviews.llvm.org/D98627
More information about the llvm-commits
mailing list