[PATCH] D74702: [CSInfo][TailDuplicator] Delete the call site info when removing dead MBBs

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 17 10:31:11 PST 2020


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

LGTM with a nit. I believe this supersedes https://reviews.llvm.org/D74614?



================
Comment at: llvm/lib/CodeGen/TailDuplicator.cpp:1023
+      MF->eraseCallSiteInfo(&MI);
+  });
+
----------------
Just so that the history makes sense, could you add -debug-entry-values to a TailDuplicator test in this patch, then remove it in D73534?


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

https://reviews.llvm.org/D74702





More information about the llvm-commits mailing list