[PATCH] D71900: [Coroutines][3/6] New pass manager: coro-elide

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 17 20:24:12 PST 2020


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

Comment needs to be updated, otherwise LGTM.



================
Comment at: llvm/test/Transforms/Coroutines/coro-elide.ll:5-6
 
+; The new pass manager does not restart the pipeline due to devirtualization by
+; default. We insert a devirtualization repeater to make it so.
+; RUN: opt < %s -S \
----------------
Update this comment now that we rely on CallGraphUpdater instead of devirt for newPM?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71900





More information about the llvm-commits mailing list