This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Implement xscmpeqqp, xscmpgeqp, xscmpgtqp instructions
ClosedPublic

Authored by maryammo on Nov 23 2022, 10:41 AM.

Details

Summary

This patch adds 3 Power10 VSX Scalar compare for quad precision
instructions including xscmpeqqp, xscmpgeqp, xscmpgtqp

Diff Detail

Event Timeline

maryammo created this revision.Nov 23 2022, 10:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 23 2022, 10:41 AM
maryammo requested review of this revision.Nov 23 2022, 10:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 23 2022, 10:41 AM
amyk accepted this revision.Nov 24 2022, 9:35 AM

LGTM.

This revision is now accepted and ready to land.Nov 24 2022, 9:35 AM