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

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 15 09:43:20 PDT 2021


frasercrmck added inline comments.


================
Comment at: llvm/test/CodeGen/Generic/expand-vp.ll:29
+; Reductions
+declare i32 @llvm.vp.reduce.add.v4i32(<4 x i32>, <4 x i1>, i32)
+declare i32 @llvm.vp.reduce.mul.v4i32(<4 x i32>, <4 x i1>, i32)
----------------
Note that I've still got some reductions to add here but I feel the patch itself is good enough to start reviewing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104308



More information about the llvm-commits mailing list