R600: Expand vector or, shl, srl, and xor nodes
authorTom Stellard <thomas.stellard@amd.com>
Fri, 3 May 2013 17:21:31 +0000 (17:21 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 3 May 2013 17:21:31 +0000 (17:21 +0000)
commit19301d5d1234d032d42f20deb6f3076c972fd5f4
tree6817a243032802bff7a70dd32dbcd942b560cd64
parent8b1c60c151c56062a04cd06cfbe1d8e8efcd50ac
R600: Expand vector or, shl, srl, and xor nodes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181035 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/R600ISelLowering.cpp
test/CodeGen/R600/or.ll [new file with mode: 0644]
test/CodeGen/R600/shl.ll [new file with mode: 0644]
test/CodeGen/R600/srl.ll [new file with mode: 0644]
test/CodeGen/R600/xor.ll [new file with mode: 0644]