[PATCH] D128835: [AArch64] Add support for various operations on nxv1i1 types.
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 6 02:49:16 PDT 2022
paulwalker-arm accepted this revision.
paulwalker-arm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/AArch64/sve-int-pred-reduce.ll:112-114
+; CHECK-NEXT: ptest p0, p0.b
+; CHECK-NEXT: cset w0, ne
+; CHECK-NEXT: ret
----------------
sdesmalen wrote:
> paulwalker-arm wrote:
> > Given this patch fixes the xor reductions is it worth merging this patch with D129081?
> This patch already has quite a lot going on, so I'd rather keep them separate if that's alright. I did regenerate the tests for the other patch after rebasing it on top of this patch.
Stacking the patches works for me. Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128835/new/
https://reviews.llvm.org/D128835
More information about the llvm-commits
mailing list