[PATCH] D37329: [X86][AVX512] Add simple tests for all AVX512 shuffle instructions.
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 3 09:38:38 PDT 2017
spatel added a comment.
You must specify a triple in these tests, or they will fail on bots and locally for me (I'm on macOS). Also, don't specify a cpu; specify the attribute(s) (eg -mattr=avx512f) that you are actually testing.
Failing Tests (13):
LLVM :: CodeGen/X86/avx512-shuffles/broadcast-scalar-fp.ll
LLVM :: CodeGen/X86/avx512-shuffles/broadcast-scalar-int.ll
LLVM :: CodeGen/X86/avx512-shuffles/broadcast-vector-fp.ll
LLVM :: CodeGen/X86/avx512-shuffles/broadcast-vector-int.ll
LLVM :: CodeGen/X86/avx512-shuffles/duplicate-high.ll
LLVM :: CodeGen/X86/avx512-shuffles/duplicate-low.ll
LLVM :: CodeGen/X86/avx512-shuffles/in_lane_permute.ll
LLVM :: CodeGen/X86/avx512-shuffles/partial_permute.ll
LLVM :: CodeGen/X86/avx512-shuffles/permute.ll
LLVM :: CodeGen/X86/avx512-shuffles/shuffle-interleave.ll
LLVM :: CodeGen/X86/avx512-shuffles/shuffle-vec.ll
LLVM :: CodeGen/X86/avx512-shuffles/shuffle.ll
LLVM :: CodeGen/X86/avx512-shuffles/unpack.ll
Repository:
rL LLVM
https://reviews.llvm.org/D37329
More information about the llvm-commits
mailing list