]> granicus.if.org Git - llvm/commit
[X86][SKX] Added codegen regression test for avx512 instructions scheduling.NFC.
authorGadi Haber <gadi.haber@intel.com>
Sat, 30 Sep 2017 14:30:23 +0000 (14:30 +0000)
committerGadi Haber <gadi.haber@intel.com>
Sat, 30 Sep 2017 14:30:23 +0000 (14:30 +0000)
commit351d690bf5cd6e4686a292ddfe7c66e510d9713a
tree4a96edd366f71cfcfbcae6f25bc2d652abeeec35
parentaaae73db7327da89a3d51b7ede8ea1e66af7977a
[X86][SKX] Added codegen regression test for avx512 instructions scheduling.NFC.

NFC.
 Added code gen regression tests for avx512 instructions scheduling called avx512-schedule.ll and
 avx512-shuffle-schedule.ll.
 This patch is in preparation of a larger patch of adding all SKX instruction scheduling and therefore
 the scheduling for the avx512 instructions are still missing.

Reviewers: zvi, delena, RKSimon, igorb
Differential Revision: https://reviews.llvm.org/D38035

Change-Id: I792762763127a921b9e13684b58af03646536533

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314594 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/avx512-schedule.ll [new file with mode: 0755]
test/CodeGen/X86/avx512-shuffle-schedule.ll [new file with mode: 0755]