This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Add DFP multiply and divide instructions.
ClosedPublic

Authored by stefanp on May 17 2023, 8:19 AM.

Details

Summary

This patch adds the DFP mul and div instructions. This includes both the
double and quad forms of the instructions as well as the record form.

Diff Detail

Event Timeline

stefanp created this revision.May 17 2023, 8:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2023, 8:19 AM
stefanp requested review of this revision.May 17 2023, 8:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2023, 8:19 AM
stefanp retitled this revision from [PowerPC] Add DFP multiply and add instructions. to [PowerPC] Add DFP multiply and divide instructions..May 17 2023, 8:29 AM
amyk accepted this revision.May 18 2023, 7:12 AM

This LGTM.

This revision is now accepted and ready to land.May 18 2023, 7:12 AM
This revision was landed with ongoing or failed builds.May 18 2023, 7:36 AM
This revision was automatically updated to reflect the committed changes.