[X86][AVX] Add v4i64 shift-by-32 tests
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 12 May 2021 14:46:52 +0000 (15:46 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 12 May 2021 15:42:18 +0000 (16:42 +0100)
commit778562ada39f5353b735c4ac204eddedb072a94b
tree986ce5aeaf83f0dfb26776c05ff86d00cb679879
parentc5ec00e62b0e7b91eb07e25441c7ed38227f5bf3
[X86][AVX] Add v4i64 shift-by-32 tests

AVX1 could perform this as a v8f32 shuffle instead of splitting - based off PR46621
llvm/test/CodeGen/X86/vector-shift-ashr-256.ll
llvm/test/CodeGen/X86/vector-shift-lshr-256.ll
llvm/test/CodeGen/X86/vector-shift-shl-256.ll