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.
Paths
| Differential D121828
[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
This patch is part of the upstreaming effort from fir-dev branch.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 16 2022, 10:08 AM This revision is now accepted and ready to land.Mar 16 2022, 10:45 AM This revision was landed with ongoing or failed builds.Mar 16 2022, 12:43 PM Closed by commit rG69b3303e6ba0: [flang] Lower numeric related instrinsics (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 415940 flang/lib/Lower/IntrinsicCall.cpp
flang/test/Lower/Intrinsics/exponent.f90
flang/test/Lower/Intrinsics/floor.f90
flang/test/Lower/Intrinsics/fraction.f90
flang/test/Lower/Intrinsics/modulo.f90
flang/test/Lower/Intrinsics/nint.f90
flang/test/Lower/Intrinsics/not.f90
flang/test/Lower/Intrinsics/product.f90
|