[PATCH] D151088: [flang][hlfir] Separate -emit-fir and -emit-hlfir for flang-new
Andrzej Warzynski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 1 06:18:59 PDT 2023
awarzynski accepted this revision.
awarzynski added a comment.
Thanks for the updates, LGTM!
================
Comment at: flang/test/HLFIR/flang-experimental-hlfir-flag.f90:7-12
+! | Action | -flang-experimental-hlfir? | Result |
+! | =========== | ========================== | =============================== |
+! | -emit-hlfir | N | Outputs HLFIR |
+! | -emit-hlfir | Y | Outputs HLFIR |
+! | -emit-fir | N | Outputs FIR, using old lowering |
+! | -emit-fir | Y | Outputs FIR, lowering via HLFIR |
----------------
This comment is pure gold!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151088/new/
https://reviews.llvm.org/D151088
More information about the cfe-commits
mailing list