]> granicus.if.org Git - llvm/commit
Merging r200705:
authorTom Stellard <thomas.stellard@amd.com>
Wed, 9 Apr 2014 15:50:15 +0000 (15:50 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 9 Apr 2014 15:50:15 +0000 (15:50 +0000)
commitda671be7fd01b86311450ce953c539cfcd5f5eb6
tree0e15827378aa999eae11d759f5239c0835a51ac2
parent06ae1d2c00a9af483c4e3fcf8117dfb7c290f175
Merging r200705:

------------------------------------------------------------------------
r200705 | hfinkel | 2014-02-03 12:27:25 -0500 (Mon, 03 Feb 2014) | 5 lines

Expand vector bswap in LegalizeVectorOps

ISD::BSWAP was missing from the list of node types that should be expanded
element-wise.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@205910 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
test/CodeGen/X86/bswap-vector.ll [new file with mode: 0644]