[AArch64] Use ADDV for boolean xor reductions.
NEON does not have native support for xor reductions. However, when reducing predicate vectors the operation is synonymous with an add reduction that is supported. Differential Revision: https://reviews.llvm.org/D125605
Loading
Please sign in to comment