[PATCH] D102077: [AArch64][SVE] Combine cntp intrinsics with add/sub to produce incp/decp
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 13 03:10:15 PDT 2021
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-cntp-combine.ll:138
+
+define i64 @cntp_sub_nxv2i1_oneuse(i64 %x, <vscale x 2 x i1> %pg) #0 {
+; CHECK-LABEL: cntp_sub_nxv2i1_oneuse:
----------------
I argue this should be `twouse` or `multiuse`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102077/new/
https://reviews.llvm.org/D102077
More information about the llvm-commits
mailing list