[PATCH] D128835: [AArch64] Add support for various operations on nxv1i1 types.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 01:16:08 PDT 2022


sdesmalen added inline comments.


================
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
----------------
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.


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