[PATCH] D88529: [DAE] MarkLive in MarkValue(MaybeLive) if any use is live

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 16:55:56 PDT 2020


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

lgtm

I am not an expert in this pass, but I think I understand it well enough to approve the change. A use may become live after it is added to the MaybeLiveUses list, so the code has to check again later. Something like that, anyway.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88529



More information about the llvm-commits mailing list