This is an archive of the discontinued LLVM Phabricator instance.

[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:

  • fnabs
  • fre
  • fres
  • frsqrte
  • frsqrtes

None of these intrinsics require additional error checks in semantics. The interfaces handle checking types and kinds

Diff Detail

Event Timeline

pscoro created this revision.Mar 15 2023, 7:45 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 15 2023, 7:45 AM
pscoro requested review of this revision.Mar 15 2023, 7:45 AM
pscoro edited the summary of this revision. (Show Details)Mar 15 2023, 7:48 AM
pscoro added a project: Restricted Project.

LG. Let's wait a day or two to see if any comments from other reviewers. Thanks.

kkwli0 accepted this revision.Mar 20 2023, 7:44 AM
This revision is now accepted and ready to land.Mar 20 2023, 7:44 AM