[all-commits] [llvm/llvm-project] 92e523: [flang][hlfir] Lower evaluate::DescriptorInquiry
jeanPerier via All-commits
all-commits at lists.llvm.org
Tue Feb 7 06:30:00 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 92e5234f696e8a1a2f3242a9d24711005b44a6fc
https://github.com/llvm/llvm-project/commit/92e5234f696e8a1a2f3242a9d24711005b44a6fc
Author: Jean Perier <jperier at nvidia.com>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M flang/include/flang/Optimizer/Builder/HLFIRTools.h
M flang/lib/Lower/ConvertExprToHLFIR.cpp
M flang/lib/Optimizer/Builder/HLFIRTools.cpp
A flang/test/Lower/HLFIR/descriptor-inquiries.f90
Log Message:
-----------
[flang][hlfir] Lower evaluate::DescriptorInquiry
Lower extents and lower bounds inquiries with a compile time
constant DIM that cannot be folded by the front-end.
Differential Revision: https://reviews.llvm.org/D143476
More information about the All-commits
mailing list