[PATCH] D113897: [GVNSink] Make GVNSink resistant against self referencing instructions (PR36954)
Dawid Jurczak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 2 06:24:55 PDT 2022
yurai007 added a comment.
In D113897#3485511 <https://reviews.llvm.org/D113897#3485511>, @nikic wrote:
> We don't strictly need a dominator tree here, it's possible to collect unreachable blocks upfront. It seems a bit odd to require dominator tree just for this purpose.
Ok. I will get rid of it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113897/new/
https://reviews.llvm.org/D113897
More information about the llvm-commits
mailing list