[PATCH] D156320: [Flang][Driver] Add support for Rpass and related options

Thorsten via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 16 01:37:24 PDT 2023


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
----------------
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.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156320



More information about the cfe-commits mailing list