[PATCH] D114647: [TrivialDeadness] Introduce API separating two different usages
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 28 20:46:57 PST 2021
mkazantsev added a comment.
One more point is that the name `wouldInstructionBeTriviallyDeadOnPathsWithoutUse` is not entirely clear. Does `true` here means that at least one path without uses exists, or it is something that we need to check separately?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114647/new/
https://reviews.llvm.org/D114647
More information about the llvm-commits
mailing list