InstCombine: Move tests that use target intrinsics into subdirectories
authorJustin Bogner <mail@justinbogner.com>
Sat, 13 May 2017 05:39:46 +0000 (05:39 +0000)
committerJustin Bogner <mail@justinbogner.com>
Sat, 13 May 2017 05:39:46 +0000 (05:39 +0000)
commit3c6fbad38866975379145dfa39ef0dac44209771
treeddd9634420694ca585a819a1c1307f004b835171
parentc501f754a584701bbe1646a2a16bcdc8aabae9ea
InstCombine: Move tests that use target intrinsics into subdirectories

Tests with target intrinsics are inherently target specific, so it
doesn't actually make sense to run them if we've excluded their
target.

llvm-svn: 302979
38 files changed:
llvm/test/Transforms/InstCombine/AArch64/2012-04-23-Neon-Intrinsics.ll [moved from llvm/test/Transforms/InstCombine/2012-04-23-Neon-Intrinsics.ll with 51% similarity]
llvm/test/Transforms/InstCombine/AArch64/lit.local.cfg [new file with mode: 0644]
llvm/test/Transforms/InstCombine/AMDGPU/amdgcn-intrinsics.ll [moved from llvm/test/Transforms/InstCombine/amdgcn-intrinsics.ll with 100% similarity]
llvm/test/Transforms/InstCombine/AMDGPU/lit.local.cfg [new file with mode: 0644]
llvm/test/Transforms/InstCombine/ARM/2012-04-23-Neon-Intrinsics.ll [new file with mode: 0644]
llvm/test/Transforms/InstCombine/ARM/constant-fold-hang.ll [moved from llvm/test/Transforms/InstCombine/constant-fold-hang.ll with 100% similarity]
llvm/test/Transforms/InstCombine/ARM/lit.local.cfg [new file with mode: 0644]
llvm/test/Transforms/InstCombine/ARM/neon-intrinsics.ll [moved from llvm/test/Transforms/InstCombine/neon-intrinsics.ll with 100% similarity]
llvm/test/Transforms/InstCombine/PowerPC/aligned-altivec.ll [moved from llvm/test/Transforms/InstCombine/aligned-altivec.ll with 100% similarity]
llvm/test/Transforms/InstCombine/PowerPC/aligned-qpx.ll [moved from llvm/test/Transforms/InstCombine/aligned-qpx.ll with 100% similarity]
llvm/test/Transforms/InstCombine/PowerPC/lit.local.cfg [new file with mode: 0644]
llvm/test/Transforms/InstCombine/PowerPC/vsx-unaligned.ll [moved from llvm/test/Transforms/InstCombine/vsx-unaligned.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/X86FsubCmpCombine.ll [moved from llvm/test/Transforms/InstCombine/X86FsubCmpCombine.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/blend_x86.ll [moved from llvm/test/Transforms/InstCombine/blend_x86.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/lit.local.cfg [new file with mode: 0644]
llvm/test/Transforms/InstCombine/X86/pr2645-1.ll [moved from llvm/test/Transforms/InstCombine/pr2645-1.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/shufflemask-undef.ll [moved from llvm/test/Transforms/InstCombine/shufflemask-undef.ll with 99% similarity]
llvm/test/Transforms/InstCombine/X86/x86-avx2.ll [moved from llvm/test/Transforms/InstCombine/x86-avx2.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-avx512.ll [moved from llvm/test/Transforms/InstCombine/x86-avx512.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-crc32-demanded.ll [moved from llvm/test/Transforms/InstCombine/x86-crc32-demanded.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-f16c.ll [moved from llvm/test/Transforms/InstCombine/x86-f16c.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-fma.ll [moved from llvm/test/Transforms/InstCombine/x86-fma.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-insertps.ll [moved from llvm/test/Transforms/InstCombine/x86-insertps.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-masked-memops.ll [moved from llvm/test/Transforms/InstCombine/x86-masked-memops.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-movmsk.ll [moved from llvm/test/Transforms/InstCombine/x86-movmsk.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-muldq.ll [moved from llvm/test/Transforms/InstCombine/x86-muldq.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-pack.ll [moved from llvm/test/Transforms/InstCombine/x86-pack.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-pshufb.ll [moved from llvm/test/Transforms/InstCombine/x86-pshufb.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-sse.ll [moved from llvm/test/Transforms/InstCombine/x86-sse.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-sse2.ll [moved from llvm/test/Transforms/InstCombine/x86-sse2.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-sse41.ll [moved from llvm/test/Transforms/InstCombine/x86-sse41.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-sse4a.ll [moved from llvm/test/Transforms/InstCombine/x86-sse4a.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-vec_demanded_elts.ll [new file with mode: 0644]
llvm/test/Transforms/InstCombine/X86/x86-vector-shifts.ll [moved from llvm/test/Transforms/InstCombine/x86-vector-shifts.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-vperm2.ll [moved from llvm/test/Transforms/InstCombine/x86-vperm2.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-vpermil.ll [moved from llvm/test/Transforms/InstCombine/x86-vpermil.ll with 100% similarity]
llvm/test/Transforms/InstCombine/X86/x86-xop.ll [moved from llvm/test/Transforms/InstCombine/x86-xop.ll with 100% similarity]
llvm/test/Transforms/InstCombine/vec_demanded_elts.ll