This is an archive of the discontinued LLVM Phabricator instance.

[flang] Lower numeric related instrinsics
ClosedPublic

Authored by clementval on Mar 16 2022, 10:08 AM.

Details

Summary

This patch adds lowering for some numeric related
intrinsics:

  • exponent
  • floor
  • fraction
  • mod
  • modulo
  • nint
  • not
  • product

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

Diff Detail

Event Timeline

clementval created this revision.Mar 16 2022, 10:08 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 16 2022, 10:08 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Mar 16 2022, 10:08 AM
schweitz accepted this revision.Mar 16 2022, 10:45 AM
This revision is now accepted and ready to land.Mar 16 2022, 10:45 AM
PeteSteinfeld accepted this revision.Mar 16 2022, 11:21 AM

All builds and tests correctly and looks good.

This revision was landed with ongoing or failed builds.Mar 16 2022, 12:43 PM
This revision was automatically updated to reflect the committed changes.