[PATCH] D90292: [VE] Add vector merger operation instructions

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 03:07:38 PDT 2020


kaz7 created this revision.
kaz7 added reviewers: simoll, k-ishizaka.
kaz7 added projects: LLVM, VE.
Herald added subscribers: llvm-commits, hiraditya.
kaz7 requested review of this revision.

Add VMRG/VSHF/VCP/VEX isntructions.  Add regression tests too.
Also add new patterns to parse new UImm4 oeprand.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90292

Files:
  llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
  llvm/lib/Target/VE/VEInstrInfo.td
  llvm/lib/Target/VE/VEInstrVec.td
  llvm/test/MC/VE/VCP.s
  llvm/test/MC/VE/VEX.s
  llvm/test/MC/VE/VMRG.s
  llvm/test/MC/VE/VSHF.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90292.301212.patch
Type: text/x-patch
Size: 7790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201028/3012c0df/attachment.bin>


More information about the llvm-commits mailing list