[PATCH] D85831: [SVE] Lower fixed length vector integer ISD::SETCC operations.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 14:47:42 PDT 2020


efriedma added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-fixed-length-int-compares.ll:446
+
+define void @icmp_ne_v32i8(<32 x i8>* %a, <32 x i8>* %b) #0 {
+; CHECK-LABEL: icmp_ne_v32i8:
----------------
cameron.mcinally wrote:
> paulwalker-arm wrote:
> > I believe I've covered all the combinations for the EQ tests and there should already be tests for the ISEL patterns required for SETCC_MERGE_ZERO.  For these reasons there doesn't look to be a good reason to repeat the vector combinations for each comparison type, so I'm instead just testing a single but different vector length for the following compare tests.
> That sounds fair. @efriedma, are you okay with this? I suppose it can be fixed post-commit if it's a problem...
Seems fine.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85831



More information about the llvm-commits mailing list