summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/lshl.ll
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-08-06 23:08:18 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-08-06 23:08:18 +0000
commit3406d882c02a6cd1e16f4636351c23dcb68d785f (patch)
tree8917feb5d7791dc1e741bb30d67ae2055a7f8b92 /test/CodeGen/R600/lshl.ll
parent06d63b31beb38a0c30dfa94543e53d8632531417 (diff)
downloadllvm-3406d882c02a6cd1e16f4636351c23dcb68d785f.tar.gz
llvm-3406d882c02a6cd1e16f4636351c23dcb68d785f.tar.bz2
llvm-3406d882c02a6cd1e16f4636351c23dcb68d785f.tar.xz
R600/SI: Add more special cases for opcodes to ensureSRegLimit()
Also factor out the register class lookup to its own function. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187830 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/lshl.ll')
-rw-r--r--test/CodeGen/R600/lshl.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/lshl.ll b/test/CodeGen/R600/lshl.ll
index 9e29b0d003..806e681ba3 100644
--- a/test/CodeGen/R600/lshl.ll
+++ b/test/CodeGen/R600/lshl.ll
@@ -1,6 +1,6 @@
;RUN: llc < %s -march=r600 -mcpu=verde | FileCheck %s
-;CHECK: V_LSHL_B32_e64 VGPR{{[0-9]+}}, {{[SV]GPR[0-9]+}}, 1
+;CHECK: V_LSHL_B32_e64 VGPR{{[0-9]}}, SGPR{{[0-9]}}, 1
define void @test(i32 %p) {
%i = mul i32 %p, 2