[PATCH] D150951: [AArch64][SME2/SVE2p1] Add predicate-as-counter intrinsics for sel
Caroline via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 19 06:39:52 PDT 2023
CarolineConcatto accepted this revision.
CarolineConcatto added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/AArch64/sve2p1-intrinsics-selx4.ll:22
+; CHECK-NEXT: mov z28.d, z1.d
+; CHECK-NEXT: sel { z0.b - z3.b }, pn8, { z28.b - z31.b }, { z24.b - z27.b }
+; CHECK-NEXT: ldr p8, [sp, #7, mul vl] // 2-byte Folded Reload
----------------
Nothing related to the patch, but I was wondering why the last sve registers and not z4 to z16?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150951/new/
https://reviews.llvm.org/D150951
More information about the llvm-commits
mailing list