This review implements the following PowerPC math operations that we care about:
- fnabs
- fre
- fres
- frsqrte
- frsqrtes
None of these intrinsics require additional error checks in semantics. The interfaces handle checking types and kinds
Paths
| Differential D146139
[Flang] [PowerPC] Implement remaining PPC math operation intrinsics that do not require semantic error checks ClosedPublic Authored by pscoro on Mar 15 2023, 7:45 AM.
Details Summary This review implements the following PowerPC math operations that we care about:
None of these intrinsics require additional error checks in semantics. The interfaces handle checking types and kinds
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 15 2023, 7:45 AM This revision is now accepted and ready to land.Mar 20 2023, 7:44 AM Closed by commit rG5a222c0b82f8: [Flang] [PowerPC] Implement remaining PPC math operation intrinsics that do not… (authored by pscoro). · Explain WhyMar 20 2023, 8:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 506594 flang/lib/Optimizer/Builder/IntrinsicCall.cpp
flang/module/__fortran_ppc_intrinsics.f90
flang/test/Lower/ppc-intrinsics.f90
|