This is an archive of the discontinued LLVM Phabricator instance.

[flang] Lower misc intrinsics
ClosedPublic

Authored by clementval on Mar 17 2022, 12:34 AM.

Details

Summary

This patch adds lowering for couple of intrinsics:

  • btest
  • ceiling
  • nearest
  • scale

This patch is part of the upstreaming effort from fir-dev branch.

Diff Detail

Event Timeline

clementval created this revision.Mar 17 2022, 12:34 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 17 2022, 12:34 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Mar 17 2022, 12:34 AM
jeanPerier accepted this revision.Mar 17 2022, 2:55 AM

Looks good

This revision is now accepted and ready to land.Mar 17 2022, 2:55 AM
This revision was automatically updated to reflect the committed changes.