[PATCH] D41388: [X86][NC]: Adding test coverage of MC encoding for several small extensions.<NFC>

Gadi Haber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 04:55:32 PST 2017


gadi.haber created this revision.
gadi.haber added reviewers: RKSimon, craig.topper, zvi, m_zuckerman.

NFC.
Adding MC regressions tests to cover several small x86 extensions as follows:
CLWB, CLZERO, F16C, INVPCID, PKU, POPCNT, RTM, SGX, SHA, SVM, VMFUNC, VTX

This patch is part of a larger task to cover MC encoding of all X86 isa sets started in revision: https://reviews.llvm.org/D39952


Repository:
  rL LLVM

https://reviews.llvm.org/D41388

Files:
  test/MC/X86/CLWB-32.s
  test/MC/X86/CLWB-64.s
  test/MC/X86/CLZERO-64.s
  test/MC/X86/F16C-32.s
  test/MC/X86/F16C-64.s
  test/MC/X86/INVPCID-32.s
  test/MC/X86/INVPCID-64.s
  test/MC/X86/PKU-64.s
  test/MC/X86/POPCNT-32.s
  test/MC/X86/POPCNT-64.s
  test/MC/X86/RTM-64.s
  test/MC/X86/SGX-64.s
  test/MC/X86/SHA-32.s
  test/MC/X86/SHA-64.s
  test/MC/X86/SVM-32.s
  test/MC/X86/SVM-64.s
  test/MC/X86/VMFUNC-64.s
  test/MC/X86/VTX-32.s
  test/MC/X86/VTX-64.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41388.127498.patch
Type: text/x-patch
Size: 57292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171219/4ef0311e/attachment.bin>


More information about the llvm-commits mailing list