This is an archive of the discontinued LLVM Phabricator instance.

[flang][lowering] Add support for lowering of the `ior` intrinsic
ClosedPublic

Authored by awarzynski on Mar 17 2022, 10:24 AM.

Details

Summary

This patch adds support for lowering of the ior 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: V Donaldson <vdonaldson@nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>

Diff Detail

Event Timeline

awarzynski created this revision.Mar 17 2022, 10:24 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 17 2022, 10:24 AM
awarzynski requested review of this revision.Mar 17 2022, 10:24 AM
schweitz accepted this revision.Mar 17 2022, 10:32 AM

Note: The test should be extended to exercise the elemental aspect of IOR when that gets upstreamed as well.

This revision is now accepted and ready to land.Mar 17 2022, 10:32 AM
This revision was landed with ongoing or failed builds.Mar 18 2022, 3:37 AM
This revision was automatically updated to reflect the committed changes.