[all-commits] [llvm/llvm-project] 454639: [flang] Introduce option to lower expression to HLFIR
jeanPerier via All-commits
all-commits at lists.llvm.org
Mon Oct 17 01:11:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4546397e39589f0a6a707218349d1bf65fe54645
https://github.com/llvm/llvm-project/commit/4546397e39589f0a6a707218349d1bf65fe54645
Author: Jean Perier <jperier at nvidia.com>
Date: 2022-10-17 (Mon, 17 Oct 2022)
Changed paths:
M flang/include/flang/Lower/AbstractConverter.h
M flang/include/flang/Lower/LoweringOptions.h
M flang/lib/Lower/Bridge.cpp
A flang/test/Lower/HLFIR/expr-addr.f90
A flang/test/Lower/HLFIR/expr-box.f90
A flang/test/Lower/HLFIR/expr-value.f90
M flang/tools/bbc/bbc.cpp
Log Message:
-----------
[flang] Introduce option to lower expression to HLFIR
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.
Differential Revision: https://reviews.llvm.org/D135959
More information about the All-commits
mailing list