OSDN Git Service

[X86][SSE] Standardized triples in vector shift tests
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 6 Jan 2017 19:56:57 +0000 (19:56 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 6 Jan 2017 19:56:57 +0000 (19:56 +0000)
commit9a3bb969b830d0c78dc83929b2733f6af8c11ee7
treeda72f09f2eb7a46ac8c29cba7b430e087bc9068a
parent3beff6a4d1de98cfca36f3fbfb773363176bce4e
[X86][SSE] Standardized triples in vector shift tests

Made no sense for them to be different and caused useless diffs in assembly remarks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291274 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/vector-shift-ashr-128.ll
test/CodeGen/X86/vector-shift-ashr-256.ll
test/CodeGen/X86/vector-shift-ashr-512.ll
test/CodeGen/X86/vector-shift-lshr-128.ll
test/CodeGen/X86/vector-shift-lshr-256.ll
test/CodeGen/X86/vector-shift-lshr-512.ll
test/CodeGen/X86/vector-shift-shl-128.ll
test/CodeGen/X86/vector-shift-shl-256.ll
test/CodeGen/X86/vector-shift-shl-512.ll