[all-commits] [llvm/llvm-project] e78e4a: [flang] lower F77 calls in HLFIR
jeanPerier via All-commits
all-commits at lists.llvm.org
Thu Dec 1 02:23:01 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e78e4a176147a1a971f2093b3a927f51479074ab
https://github.com/llvm/llvm-project/commit/e78e4a176147a1a971f2093b3a927f51479074ab
Author: Jean Perier <jperier at nvidia.com>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
M flang/include/flang/Lower/ConvertCall.h
M flang/include/flang/Optimizer/Builder/HLFIRTools.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/ConvertCall.cpp
M flang/lib/Lower/ConvertExprToHLFIR.cpp
M flang/lib/Optimizer/Builder/HLFIRTools.cpp
A flang/test/Lower/HLFIR/calls-f77.f90
Log Message:
-----------
[flang] lower F77 calls in HLFIR
Use recently added hlfir.associate/hlfir.end_associate to deal
with the cases where the actual argument is an expression.
Differential Revision: https://reviews.llvm.org/D139009
More information about the All-commits
mailing list