[PATCH] D67444: [ARM] Add isVectorReduction MCInstrDesc flag

Sam Tebbs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 06:36:31 PDT 2019


samtebbs created this revision.
samtebbs added reviewers: samparker, SjoerdMeijer, dmgreen, olista01, simon_tatham, t.p.northover.
Herald added subscribers: hiraditya, kristof.beyls, tschuett, mgorny.
Herald added a reviewer: rengolin.
Herald added a project: LLVM.

This patch adds an isVectorReduction flag to MCInstrDesc and the
required infrastructure for it.


https://reviews.llvm.org/D67444

Files:
  llvm/include/llvm/MC/MCInstrDesc.h
  llvm/include/llvm/Target/Target.td
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/unittests/Target/ARM/CMakeLists.txt
  llvm/unittests/Target/ARM/MachineInstrTest.cpp
  llvm/utils/TableGen/CodeGenInstruction.cpp
  llvm/utils/TableGen/CodeGenInstruction.h
  llvm/utils/TableGen/InstrDocsEmitter.cpp
  llvm/utils/TableGen/InstrInfoEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67444.219703.patch
Type: text/x-patch
Size: 11743 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190911/e3f2ea1b/attachment.bin>


More information about the llvm-commits mailing list