[PATCH] D89643: [VE] Add vector comparison and min/max

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 18 03:29:48 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 VCMP/VCPS/VCPX/VCMS/VCMX vector instructions.  Also add regression
tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89643

Files:
  llvm/lib/Target/VE/VEInstrVec.td
  llvm/test/MC/VE/VCMP.s
  llvm/test/MC/VE/VCMS.s
  llvm/test/MC/VE/VCMX.s
  llvm/test/MC/VE/VCPS.s
  llvm/test/MC/VE/VCPX.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89643.298868.patch
Type: text/x-patch
Size: 12113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201018/c39ac43e/attachment.bin>


More information about the llvm-commits mailing list