This is an archive of the discontinued LLVM Phabricator instance.

[flang][lowering] Add lowering for the `size` intrinsic
ClosedPublic

Authored by awarzynski on Mar 16 2022, 6:59 AM.

Details

Summary

This patch adds support for lowering of the size intrinsic from Fortran
to the FIR dialect of MLIR.

This is part of the upstreaming effort from the fir-dev branch in [1].

[1] https://github.com/flang-compiler/f18-llvm-project

Co-authored-by: Jean Perier <jperier@nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
Co-authored-by: Peter Steinfeld <psteinfeld@nvidia.com>

Diff Detail

Event Timeline

awarzynski created this revision.Mar 16 2022, 6:59 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
awarzynski requested review of this revision.Mar 16 2022, 6:59 AM
This revision is now accepted and ready to land.Mar 16 2022, 7:10 AM
PeteSteinfeld retitled this revision from [flang][lowering] Add lowering for the `siz3` intrinsic to [flang][lowering] Add lowering for the `size` intrinsic.Mar 16 2022, 7:14 AM