[PATCH] D87933: [DIE] Remove DeadInstEliminationPass
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 21 11:44:20 PDT 2020
asbirlea accepted this revision.
asbirlea added a comment.
This revision is now accepted and ready to land.
This looks like a good cleanup. It's possible for DIE to be useful as a "light-weight" DCE, but that could also be achieved by adding a flag to DCE.
Unless there are folks that come forward that they need this for other reasons, I think it's good to clean the codebase.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87933/new/
https://reviews.llvm.org/D87933
More information about the llvm-commits
mailing list