[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
Tue May 30 09:46:04 PDT 2023


tblah updated this revision to Diff 526681.
tblah marked an inline comment as done.
tblah added a comment.

Thanks for review!

Changes:

- Fix assertion comment
- Change the -emit-mlir flag to be an alias for -emit-fir (previously they were the other way around). This does not address review comments but hopefully makes the intent clearer. It is a shame that the -emit-mlir flag has so little to do with the EmitMLIR action.


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.526681.patch
Type: text/x-patch
Size: 10899 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230530/de0fd2c6/attachment-0001.bin>


More information about the cfe-commits mailing list