[PATCH] D37258: [X86][Skylake] Fixing duplicated prefixes in the run command of Code Gen regression tests

Gadi Haber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 03:37:46 PDT 2017


gadi.haber created this revision.

NFC.
Replaced duplicated HASWELL prefixes in run commands in the X86 Code Gen regression tests by the SKYLAKE prefix when the -mcpu is set to skylake.
The fix is needed in preparation of an upcoming patch containing the Skylake scheduling info.


Repository:
  rL LLVM

https://reviews.llvm.org/D37258

Files:
  test/CodeGen/X86/aes-schedule.ll
  test/CodeGen/X86/avx-schedule.ll
  test/CodeGen/X86/avx2-schedule.ll
  test/CodeGen/X86/f16c-schedule.ll
  test/CodeGen/X86/sse-schedule.ll
  test/CodeGen/X86/sse2-schedule.ll
  test/CodeGen/X86/sse3-schedule.ll
  test/CodeGen/X86/sse41-schedule.ll
  test/CodeGen/X86/sse42-schedule.ll
  test/CodeGen/X86/ssse3-schedule.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37258.113051.patch
Type: text/x-patch
Size: 211495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170829/9ef981ba/attachment-0001.bin>


More information about the llvm-commits mailing list