summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/bfi_int.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/bfi_int.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/bfi_int.ll')
-rw-r--r--test/CodeGen/R600/bfi_int.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/bfi_int.ll b/test/CodeGen/R600/bfi_int.ll
index 501c5567ff..cdccdfaad8 100644
--- a/test/CodeGen/R600/bfi_int.ll
+++ b/test/CodeGen/R600/bfi_int.ll
@@ -38,7 +38,7 @@ entry:
; R600-CHECK: @bfi_sha256_ma
; R600-CHECK: XOR_INT * [[DST:T[0-9]+\.[XYZW]]], KC0[2].Z, KC0[2].W
; R600-CHECK: BFI_INT * {{T[0-9]+\.[XYZW]}}, {{[[DST]]|PV\.[XYZW]}}, KC0[3].X, KC0[2].W
-; SI-CHECK: V_XOR_B32_e64 [[DST:VGPR[0-9]+]], {{[SV]GPR[0-9]+, [SV]GPR[0-9]+}}
+; SI-CHECK: V_XOR_B32_e64 [[DST:VGPR[0-9]+]], {{[SV]GPR[0-9]+, VGPR[0-9]+}}
; SI-CHECK: V_BFI_B32 {{VGPR[0-9]+}}, [[DST]], {{[SV]GPR[0-9]+, [SV]GPR[0-9]+}}
define void @bfi_sha256_ma(i32 addrspace(1)* %out, i32 %x, i32 %y, i32 %z) {