[PATCH] D90566: [LazyCallGraph] Build SCCs of the reference graph in order

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 00:01:30 PST 2020


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

lgtm (thanks for doing this!), just one question about a test



================
Comment at: llvm/test/Other/scc-pass-printer.ll:14
 
-; INL: IR Dump After {{Function Integration/Inlining|InlinerPass .*scc: .bar, foo}}
-; INL: define void @bar()
-; INL-NEXT:  call void @foo()
-; INL: define void @foo()
+; LEGACY: IR Dump After Function Integration/Inlining
+; LEGACY:        define void @bar()
----------------
what's the reason for splitting the NPM and legacy PM RUN lines?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90566



More information about the llvm-commits mailing list