This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add ARMCC constants to tablegen. NFC
ClosedPublic

Authored by dmgreen on Nov 28 2019, 6:54 AM.

Details

Summary

I got tired of looking at magic constants in tablegen files. This adds condition codes like ARMCCeq and makes use of them.

I also removed the extra patterns for reverse condition codes from D70296, they should now be covered by D70822.

Diff Detail

Event Timeline

dmgreen created this revision.Nov 28 2019, 6:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 28 2019, 6:54 AM
dmgreen updated this revision to Diff 231428.Nov 28 2019, 6:55 AM

Added comment

SjoerdMeijer accepted this revision.Nov 28 2019, 7:04 AM

Oh yes! Nice one!

This revision is now accepted and ready to land.Nov 28 2019, 7:04 AM
This revision was automatically updated to reflect the committed changes.