R600/SI: Fix selection error on i64 rotl / rotr.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 13 Jun 2014 04:00:30 +0000 (04:00 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 13 Jun 2014 04:00:30 +0000 (04:00 +0000)
commitd344c6bcf9490ca6d2460a7fe9eaefd2c961761f
treeb45de902f903d71473403dfaf3a9c576117b0149
parent250305156a998db624f93d9aab919c9ed7be27aa
R600/SI: Fix selection error on i64 rotl / rotr.

Evergreen is still broken due to missing shl_parts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210885 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUISelLowering.cpp
lib/Target/R600/R600ISelLowering.h
test/CodeGen/R600/rotl.i64.ll [new file with mode: 0644]
test/CodeGen/R600/rotl.ll [new file with mode: 0644]
test/CodeGen/R600/rotr.ll