[PATCH] D91513: [DeadMachineInstrctionElim] Iteratively run DeadMachineInstructionElim pass until nothing dead

Michael Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 10:58:40 PST 2020


hliao added a comment.

Using post-order is quite straight-forward and only involves several lines of change. Please check the attachment. F14044934: 0001-DeadMachineInstructionElim-Use-post-order-for-basic-.patch <https://reviews.llvm.org/F14044934> That test passed with this traverse order change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91513/new/

https://reviews.llvm.org/D91513



More information about the llvm-commits mailing list