[PATCH] D104308: [VP] Add vector-predicated reduction intrinsics

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 18 04:05:08 PDT 2021


frasercrmck updated this revision to Diff 352970.
frasercrmck added a comment.

- rebase
- remove debug print
- move `isVPReduction` into `VPReductionIntrinsic`
- flesh out `expand-vp.ll` test


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104308

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/IntrinsicInst.h
  llvm/include/llvm/IR/Intrinsics.td
  llvm/include/llvm/IR/VPIntrinsics.def
  llvm/lib/CodeGen/ExpandVectorPredication.cpp
  llvm/lib/IR/IntrinsicInst.cpp
  llvm/test/CodeGen/Generic/expand-vp.ll
  llvm/test/Verifier/vp-intrinsics.ll
  llvm/unittests/IR/VPIntrinsicTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104308.352970.patch
Type: text/x-patch
Size: 66731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210618/d214fc84/attachment.bin>


More information about the llvm-commits mailing list