[PATCH] D40387: [X86][SSE]: Adding full coverage of MC encoding tests for the SSE isa sets.<NFC>

Gadi Haber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 23 04:00:52 PST 2017


gadi.haber created this revision.

NFC.
Adding MC regressions tests to cover all the SSE ISA sets as follows:
SSE, SSE2, SSE3, SSE4, SSE42, SSEMXCSR, SSE_PREFETCH, SSSE3

This patch is part of a larger task to cover MC encoding of all X86 ISA Sets.
See revision: https://reviews.llvm.org/D39952


Repository:
  rL LLVM

https://reviews.llvm.org/D40387

Files:
  test/MC/X86/SSE-32.s
  test/MC/X86/SSE-64.s
  test/MC/X86/SSE2-32.s
  test/MC/X86/SSE2-64.s
  test/MC/X86/SSE3-32.s
  test/MC/X86/SSE3-64.s
  test/MC/X86/SSE4-32.s
  test/MC/X86/SSE4-64.s
  test/MC/X86/SSE42-32.s
  test/MC/X86/SSE42-64.s
  test/MC/X86/SSEMXCSR-32.s
  test/MC/X86/SSEMXCSR-64.s
  test/MC/X86/SSE_PREFETCH-32.s
  test/MC/X86/SSE_PREFETCH-64.s
  test/MC/X86/SSSE3-32.s
  test/MC/X86/SSSE3-64.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40387.124063.patch
Type: text/x-patch
Size: 537011 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171123/67957088/attachment-0001.bin>


More information about the llvm-commits mailing list