[PATCH] D130162: [AArch64][NFC] Add test case for setcc (iN bitcast (vNi1 X)), (iN 0), eq

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 03:54:19 PDT 2022


c-rhodes updated this revision to Diff 446774.
c-rhodes added a comment.

- Use more descriptive function names in test.
- Added tests for v32i1 and v64i1. I've changed the tests to take vectors of i8s rather than i1s since the arg passing codegen for larger i1 vectors is pretty horrendous and not the point of this patch.


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

https://reviews.llvm.org/D130162

Files:
  llvm/test/CodeGen/AArch64/dag-combine-setcc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130162.446774.patch
Type: text/x-patch
Size: 16361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220722/e702dcfb/attachment.bin>


More information about the llvm-commits mailing list