[PATCH] D130162: [AArch64][NFC] Add test case for setcc (iN bitcast (vNi1 X)), (iN 0), eq
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 08:08:40 PDT 2022
paulwalker-arm added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/dag-combine-setcc.ll:4
+
+define <8 x i1> @v8i1(<8 x i1> %a) {
+; CHECK-LABEL: v8i1:
----------------
Others will add related tests to this file so a more descriptive name is desirable.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130162/new/
https://reviews.llvm.org/D130162
More information about the llvm-commits
mailing list