[PATCH] D69956: [AArch64][SVE] Integer reduction instructions pattern/intrinsics.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 7 16:00:31 PST 2019
efriedma added a comment.
For the FPR8 thing, we've run into it before; see https://reviews.llvm.org/D46851 . We should probably look into adding i8 to FPR8; not sure how hard it is, but it makes sense semantically.
We could select these for llvm.experimental.vector.reduce.*, but that doesn't seem like it's high-priority.
LGTM
================
Comment at: llvm/include/llvm/IR/IntrinsicsAArch64.td:843
+
+class AdvSIMD_Pred1VectorArg_Intrinsic
+ : Intrinsic<[llvm_anyvector_ty],
----------------
Did you mean to include this in this patch?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69956/new/
https://reviews.llvm.org/D69956
More information about the llvm-commits
mailing list