This is an archive of the discontinued LLVM Phabricator instance.

[flang][hlfir] Lower evaluate::DescriptorInquiry
ClosedPublic

Authored by jeanPerier on Feb 7 2023, 1:01 AM.

Details

Summary

Lower extents and lower bounds inquiries with a compile time
constant DIM that cannot be folded by the front-end.

Diff Detail

Event Timeline

jeanPerier created this revision.Feb 7 2023, 1:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2023, 1:01 AM
jeanPerier requested review of this revision.Feb 7 2023, 1:01 AM
clementval accepted this revision.Feb 7 2023, 3:17 AM

LGTM

flang/test/Lower/HLFIR/descriptor-inquiries.f90
3
This revision is now accepted and ready to land.Feb 7 2023, 3:17 AM
This revision was automatically updated to reflect the committed changes.