[PATCH] D158760: [ConstraintElim] Remove dead compares after simplification.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 14:14:26 PDT 2023
fhahn added a comment.
In D158760#4614654 <https://reviews.llvm.org/D158760#4614654>, @nikic wrote:
> LGTM
>
> As a possible followup, we could use RecursivelyDeleteTriviallyDeadInstructions to also remove the instructions feeding the icmp.
Can do!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158760/new/
https://reviews.llvm.org/D158760
More information about the llvm-commits
mailing list