[PATCH] D113897: [GVNSink] Make GVNSink resistant against self referencing instructions (PR36954)
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 2 05:43:45 PDT 2022
nikic added a comment.
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.
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