This is an archive of the discontinued LLVM Phabricator instance.

[AAP] (4) Add AAP basic tablegen (InstrInfo, RegInfo)
AbandonedPublic

Authored by edward-jones on Aug 22 2016, 7:54 AM.

Details

Reviewers
rengolin
asb
Summary

This builds on D23667, adding register and instruction definitions for the AAP processor.

Diff Detail

Event Timeline

edward-jones retitled this revision from to [AAP] (4) Add AAP basic tablegen (InstrInfo, RegInfo).
edward-jones updated this object.
edward-jones added reviewers: rengolin, asb.
edward-jones added subscribers: llvm-commits, simoncook.
rengolin edited edge metadata.Aug 22 2016, 8:51 AM

This seems trivial enough, looks good to me, but I'll let more people review and approve. Thanks!

lib/Target/AAP/AAPInstrInfo.td
299

indentation...

edward-jones edited edge metadata.

Update for latest changes to AAP. This makes the formatting of the tablegen files more consistent.

Rolled forward to top of tree

joerg added a subscriber: joerg.Mar 20 2017, 4:23 AM
joerg added inline comments.
lib/Target/AAP/AAP.h
33

Comment doesn't match line 21.

lib/Target/AAP/AAPInstrFormats.td
2

Not right aligned.

lib/Target/AAP/AAPRegisterInfo.td
2

Not right aligned.

Incorporate joerg's formatting changes, update to reflect latest LLVM changes

edward-jones abandoned this revision.Sep 7 2021, 9:47 AM