This is an archive of the discontinued LLVM Phabricator instance.

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

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

Details

Summary

This patch adds support for lowering of the ibclr 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: V Donaldson <vdonaldson@nvidia.com>
Co-authored-by: Jean Perier <jperier@nvidia.com>
Co-authored-by: Valentin Clement <clementval@gmail.com>

Diff Detail