[PATCH] D151088: [flang][hlfir] Separate -emit-fir and -emit-hlfir for flang-new

Tom Eccles via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 1 06:07:08 PDT 2023


tblah updated this revision to Diff 527386.
tblah added a comment.

Thanks again for review!

Now there are two actions:

- EmitFIR
- EmitHLFIR

EmitHLFIR will assert that lowering was set up to emit HLFIR. EmitFIR will
use the HLFIR to FIR pipeline if lowering was set up to emit HLFIR.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151088

Files:
  clang/include/clang/Driver/Options.td
  flang/include/flang/Frontend/FrontendActions.h
  flang/include/flang/Frontend/FrontendOptions.h
  flang/lib/Frontend/CompilerInvocation.cpp
  flang/lib/Frontend/FrontendActions.cpp
  flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
  flang/test/Driver/driver-help.f90
  flang/test/HLFIR/flang-experimental-hlfir-flag.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151088.527386.patch
Type: text/x-patch
Size: 10858 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230601/70087737/attachment.bin>


More information about the cfe-commits mailing list