[PATCH] D69222: [X86] NFC: expand inline memcmp test coverage

David Zarzycki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 20 03:06:24 PDT 2019


davezarzycki created this revision.
davezarzycki added reviewers: craig.topper, RKSimon, spatel.
davezarzycki added a project: LLVM.

1. Adds SSE4.1 coverage.
2. Adds prefer-256-bit or not coverage.
3. Adds more power-of-two tests up to 512 bytes.
4. Adds power-of-two-minus-one tests to verify overlapping loads.
5. Adds power-of-two-plus-one-half tests (48, 96, 192, and 384).
6. Adds greater-than/less-than tests from 16 to 512 bytes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69222

Files:
  test/CodeGen/X86/memcmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69222.225778.patch
Type: text/x-patch
Size: 137387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191020/e898e26c/attachment-0001.bin>


More information about the llvm-commits mailing list