tschuett added inline comments.

================
Comment at: flang/lib/Frontend/CompilerInvocation.cpp:227
 
+  // Specifies, using a regex, which successful optimization passes done,
+  // to include in the final optimization record file generated. If not 
provided
----------------
victorkingi wrote:
> tschuett wrote:
> > awarzynski wrote:
> > > Do you know whether that only includes middle-end, or also back-end 
> > > passes?
> > I use -Rpass-missed='gisel*'  for GlobalIsel aka backend. I am interested 
> > in doing that exercise with Flang.
> Includes both middle and backend
No. There are no middle-end passes that match that pattern.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156320

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to