This is an archive of the discontinued LLVM Phabricator instance.

[Flang] Lower the spacing, rrspacing intrinsics
ClosedPublic

Authored by kiranchandramohan on Mar 16 2022, 11:21 AM.

Details

Summary

These intrinsics returns the distance to the nearest real number and
their reciprocal. They are lowered to flang runtime calls.

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: Mark Leair <leairmark@gmail.com>
Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
Co-authored-by: Jean Perier <jperier@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 16 2022, 11:21 AM

Rebase to fix patch application.

This revision is now accepted and ready to land.Mar 16 2022, 12:37 PM
ekieri added a subscriber: ekieri.Mar 17 2022, 6:58 AM
ekieri removed a subscriber: ekieri.
schweitz accepted this revision.Mar 17 2022, 8:42 AM
This revision was automatically updated to reflect the committed changes.