This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Add the SUBFUS instruction to Future CPU.
ClosedPublic

Authored by stefanp on Nov 8 2022, 7:18 AM.

Details

Reviewers
lei
amyk
nemanjai
Group Reviewers
Restricted Project
Commits
rG1ef2a92d6679: [PowerPC] Add the SUBFUS instruction to Future CPU.
Summary

Add a new instruction called SUBUFS that does saturating subtract.
This instruction is only for Future CPU.

Diff Detail

Event Timeline

stefanp created this revision.Nov 8 2022, 7:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 8 2022, 7:18 AM
stefanp requested review of this revision.Nov 8 2022, 7:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 8 2022, 7:18 AM
stefanp added a reviewer: Restricted Project.Nov 8 2022, 7:19 AM
amyk accepted this revision as: amyk.Nov 8 2022, 11:38 AM

LGTM.

This revision is now accepted and ready to land.Nov 8 2022, 11:38 AM
This revision was automatically updated to reflect the committed changes.