[PATCH] D158760: [ConstraintElim] Remove dead compares after simplification.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 24 11:32:19 PDT 2023


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM

As a possible followup, we could use RecursivelyDeleteTriviallyDeadInstructions to also remove the instructions feeding the icmp.


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