[PATCH] D70824: [ARM] Add ARMCC constants to tablegen. NFC

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 28 06:57:25 PST 2019


dmgreen created this revision.
dmgreen added reviewers: t.p.northover, SjoerdMeijer, samparker.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: LLVM.
dmgreen updated this revision to Diff 231428.
dmgreen added a comment.

Added comment


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 <https://reviews.llvm.org/D70296>, they should now be covered by D70822 <https://reviews.llvm.org/D70822>.


https://reviews.llvm.org/D70824

Files:
  llvm/lib/Target/ARM/ARMInstrInfo.td
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/lib/Target/ARM/ARMInstrNEON.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70824.231428.patch
Type: text/x-patch
Size: 31005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191128/1b2273f3/attachment.bin>


More information about the llvm-commits mailing list