[PATCH] D62681: [ARM] Add remaining miscellaneous MVE instructions.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 08:23:39 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.

This final batch includes the tail-predicated versions of the
low-overhead loop instructions (LETP); the VPSEL instruction to select
between two vector registers based on the predicate mask without
having to open a VPT block; and VPNOT which complements the predicate
mask in place.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D62681

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-misc.s
  llvm/test/MC/Disassembler/ARM/mve-misc.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62681.202216.patch
Type: text/x-patch
Size: 19866 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190530/72b55efc/attachment.bin>


More information about the llvm-commits mailing list