[flang-commits] [PATCH] D135959: [flang] Introduce option to lower expression to HLFIR
Jean Perier via Phabricator via flang-commits
flang-commits at lists.llvm.org
Fri Oct 14 07:05:40 PDT 2022
jeanPerier created this revision.
jeanPerier added reviewers: clementval, PeteSteinfeld.
jeanPerier added a project: Flang.
Herald added subscribers: mehdi_amini, jdoerfert.
Herald added a reviewer: awarzynski.
Herald added a project: All.
jeanPerier requested review of this revision.
Preliminary work on HLFIR. Introduce option that will allow testing
lowering via HLFIR until this is ready to replace the current expression
lowering.
See https://reviews.llvm.org/D134285 for more context about the plan.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D135959
Files:
flang/include/flang/Lower/AbstractConverter.h
flang/include/flang/Lower/LoweringOptions.h
flang/lib/Lower/Bridge.cpp
flang/test/Lower/HLFIR/expr-addr.f90
flang/test/Lower/HLFIR/expr-box.f90
flang/test/Lower/HLFIR/expr-value.f90
flang/tools/bbc/bbc.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135959.467770.patch
Type: text/x-patch
Size: 6911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20221014/c7df1cbe/attachment-0001.bin>
More information about the flang-commits
mailing list