[PATCH] D88161: [AArch64] No NEON instructions to support vector of i64 reductions
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 23 11:25:57 PDT 2020
efriedma added a comment.
It appears lowering for v2i64 VECREDUCE_ADD currently works correctly; it produces an addp. It appears v2i64 VECREDUCE_SMAX is currently broken. Does this patch change either of those?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88161/new/
https://reviews.llvm.org/D88161
More information about the llvm-commits
mailing list