[PATCH] D62676: [ARM] Add MVE vector compare instructions.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 08:21:58 PDT 2019


simon_tatham created this revision.
simon_tatham added reviewers: dmgreen, samparker, SjoerdMeijer, t.p.northover.
Herald added subscribers: llvm-commits, hiraditya, kristof.beyls, javed.absar.
Herald added a project: LLVM.

These take a pair of vector register to compare, and a comparison type
(written in the form of an Arm condition suffix); they output a vector
of booleans in the VPR register, where predication can conveniently
use them.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D62676

Files:
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
  llvm/test/MC/ARM/mve-vcmp.s
  llvm/test/MC/Disassembler/ARM/mve-vcmp.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62676.202211.patch
Type: text/x-patch
Size: 24573 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190530/4c89bf34/attachment.bin>


More information about the llvm-commits mailing list