[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:46:49 PDT 2021


frasercrmck added inline comments.


================
Comment at: llvm/include/llvm/IR/IntrinsicInst.h:432
+
+  static bool isVPReduction(Intrinsic::ID ID);
+};
----------------
This can probably go in `VPReductionIntrinsic`


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