[PATCH] D119760: [DSE] Fall back to CFG scan for unreachable terminators.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 14 14:31:52 PST 2022
efriedma added a comment.
As long as you've thought about it, I guess...
I'm a little confused by the different traversals, though. Have you considered just treating "ret" as reading memory, instead of analyzing "ret" using a different codepath from unwinding?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119760/new/
https://reviews.llvm.org/D119760
More information about the llvm-commits
mailing list