[PATCH] D38035: [X86][SKX] Added codegen regression test for avx512 instructions scheduling.NFC.
Gadi Haber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 28 03:07:34 PDT 2017
gadi.haber updated this revision to Diff 116956.
gadi.haber added a comment.
Had to replace all test files with new ones as they were using the avx512 intrinsics which are now in the process of being replaced by IR.
As a result I created 2 new tests which were compiled from the following regression tests:
avx512-schedule.ll:
-------------------
cat avx512-arith.ll
cat avx512-cmp.ll
cat avx512-cvt.ll
cat avx512-ext.ll
cat avx512-fma.ll
cat avx512-logic.ll
cat avx512-mov.ll
cat avx512-mask-op.ll
cat avx512-vbroadcast.ll
avx512-shuffle-schedule.ll:
---------------------------
cat avx512-shuffles/permute.ll
cat avx512-shuffles/shuffle.ll
cat avx512-shuffles/shuffle-vec.ll
cat avx512-shuffles/unpack.ll
Repository:
rL LLVM
https://reviews.llvm.org/D38035
Files:
test/CodeGen/X86/avx512-schedule.ll
test/CodeGen/X86/avx512-shuffle-schedule.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38035.116956.patch
Type: text/x-patch
Size: 919134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170928/80eaca49/attachment-0001.bin>
More information about the llvm-commits
mailing list