This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC]Add addex instruction definition and MC tests
ClosedPublic

Authored by lei on Jul 23 2021, 7:32 AM.

Details

Summary

Add td definitions and asm/disasm tests for the addex instruction introduced in
ISA 3.0.

Diff Detail

Event Timeline

lei created this revision.Jul 23 2021, 7:32 AM
lei requested review of this revision.Jul 23 2021, 7:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2021, 7:32 AM
nemanjai accepted this revision.Jul 26 2021, 4:19 AM

LGTM.

This revision is now accepted and ready to land.Jul 26 2021, 4:19 AM
amyk accepted this revision.Jul 26 2021, 6:28 AM

This LGTM.

llvm/lib/Target/PowerPC/PPCInstrFormats.td
2162

nit: One extra space.

NeHuang accepted this revision.Jul 26 2021, 7:48 AM

LGTM.

This revision was landed with ongoing or failed builds.Jul 26 2021, 12:55 PM
This revision was automatically updated to reflect the committed changes.