[PATCH] D93093: [VE] Add logical mask intrinsic instructions

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 07:03:28 PST 2020


kaz7 updated this revision to Diff 311575.
kaz7 added a comment.

Split a part of this patch into https://reviews.llvm.org/D93212.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93093/new/

https://reviews.llvm.org/D93093

Files:
  llvm/include/llvm/IR/IntrinsicsVEVL.gen.td
  llvm/lib/Target/VE/VEInstrInfo.cpp
  llvm/lib/Target/VE/VEInstrIntrinsicVL.gen.td
  llvm/lib/Target/VE/VEInstrVec.td
  llvm/test/CodeGen/VE/VELIntrinsics/andm.ll
  llvm/test/CodeGen/VE/VELIntrinsics/eqvm.ll
  llvm/test/CodeGen/VE/VELIntrinsics/lzvm.ll
  llvm/test/CodeGen/VE/VELIntrinsics/negm.ll
  llvm/test/CodeGen/VE/VELIntrinsics/nndm.ll
  llvm/test/CodeGen/VE/VELIntrinsics/orm.ll
  llvm/test/CodeGen/VE/VELIntrinsics/pcvm.ll
  llvm/test/CodeGen/VE/VELIntrinsics/tovm.ll
  llvm/test/CodeGen/VE/VELIntrinsics/xorm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93093.311575.patch
Type: text/x-patch
Size: 18804 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201214/9b3bf438/attachment.bin>


More information about the llvm-commits mailing list