[PATCH] D137930: [AArch64][SVE] Add PTEST_ANY pseudo instruction

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 03:52:26 PST 2022


c-rhodes accepted this revision.
c-rhodes added a comment.
This revision is now accepted and ready to land.

Couple of minor spelling nits but otherwise LGTM, cheers



================
Comment at: llvm/lib/Target/AArch64/AArch64InstrInfo.cpp:1325
     // PTEST_LIKE instruction uses the same all active mask and the element
-    // size matches.
+    // size matches. If the PTEST has a conditon of any then it is always
+    // redundany.
----------------
s/conditon/condition


================
Comment at: llvm/lib/Target/AArch64/AArch64InstrInfo.cpp:1326
+    // size matches. If the PTEST has a conditon of any then it is always
+    // redundany.
     if (PredIsPTestLike) {
----------------
s/redundany/redundant


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137930/new/

https://reviews.llvm.org/D137930



More information about the llvm-commits mailing list