[x86] split tests for FP and integer horizontal math
authorSanjay Patel <spatel@rotateright.com>
Thu, 3 Jan 2019 22:26:51 +0000 (22:26 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 3 Jan 2019 22:26:51 +0000 (22:26 +0000)
commitfd58d623ffa53a270addeec2245b46420f967392
tree7b136e03d5f1c2625a828d4f02e4f21dff282321
parent8db27b31acaaf42e758a7b0b595792a9ed50aa4b
[x86] split tests for FP and integer horizontal math

These are similar patterns, but when you throw AVX512 onto the pile,
the number of variations explodes. For FP, we really don't care about
AVX1 vs. AVX2 for FP ops. There may be some superficial shuffle diffs,
but that's not what we're testing for here, so I removed those RUNs.

Separating by type also lets us specify 'sse3' for the FP file vs. 'ssse3'
for the integer file...because x86.

llvm-svn: 350357
llvm/test/CodeGen/X86/haddsub-undef.ll
llvm/test/CodeGen/X86/phaddsub-undef.ll [new file with mode: 0644]