This is an archive of the discontinued LLVM Phabricator instance.

[Flang] Lower achar intrinsic
ClosedPublic

Authored by kiranchandramohan on Mar 25 2022, 6:51 AM.

Details

Summary

The intrinsic returns the character located at the position requested
in the ASCII sequence. The intrinsic is lowered to inline FIR code.

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: Eric Schweitz <eschweitz@nvidia.com>

Diff Detail

Event Timeline

Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
Herald added a subscriber: mehdi_amini. · View Herald Transcript
kiranchandramohan requested review of this revision.Mar 25 2022, 6:51 AM
This revision is now accepted and ready to land.Mar 25 2022, 6:54 AM
This revision was landed with ongoing or failed builds.Mar 25 2022, 7:25 AM
This revision was automatically updated to reflect the committed changes.