[PATCH] D76985: [LVI] Don't require DominatorTree in LVI (NFC)
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 17 14:23:03 PDT 2020
nikic added a comment.
I noticed that after this change, JumpThreading itself doesn't really make use of DT any more (only used for isReachableFromEntry, which can easily be replaced). But I guess this doesn't really matter, as JumpThreading needs to preserve the DT in any case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76985/new/
https://reviews.llvm.org/D76985
More information about the llvm-commits
mailing list