[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 08:00:09 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
----------------
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
More information about the cfe-commits
mailing list