[PATCH] D23601: [TII] add new target hook isAdd

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 08:59:07 PDT 2016


SjoerdMeijer updated this revision to Diff 70171.
SjoerdMeijer added a comment.

This is a rewrite of the previous patch. Rather than adding a new isAdd target hook to TII, isAdd is now a field in MCInstrDesc that can be queried.


https://reviews.llvm.org/D23601

Files:
  include/llvm/MC/MCInstrDesc.h
  include/llvm/Target/Target.td
  lib/Target/ARM/ARMInstrInfo.td
  lib/Target/ARM/ARMInstrThumb.td
  lib/Target/ARM/ARMInstrThumb2.td
  lib/Target/Hexagon/HexagonHardwareLoops.cpp
  lib/Target/Hexagon/HexagonInstrInfo.td
  utils/TableGen/CodeGenInstruction.h
  utils/TableGen/InstrInfoEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23601.70171.patch
Type: text/x-patch
Size: 21312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160902/4483d92b/attachment.bin>


More information about the llvm-commits mailing list