summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/bfi_int.ll
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-06-03 17:40:11 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-06-03 17:40:11 +0000
commite7397ee81ad07cab36362bab5a086f20acc60a80 (patch)
tree754e9a6f488a46ed07acb9ec250af60e950d0b14 /test/CodeGen/R600/bfi_int.ll
parente86f9d70ca29429ea83bc2361cf908dc566783af (diff)
downloadllvm-e7397ee81ad07cab36362bab5a086f20acc60a80.tar.gz
llvm-e7397ee81ad07cab36362bab5a086f20acc60a80.tar.bz2
llvm-e7397ee81ad07cab36362bab5a086f20acc60a80.tar.xz
R600/SI: Add a calling convention for compute shaders
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183137 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/bfi_int.ll')
-rw-r--r--test/CodeGen/R600/bfi_int.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/R600/bfi_int.ll b/test/CodeGen/R600/bfi_int.ll
index 707abb3952..a1bd09af9b 100644
--- a/test/CodeGen/R600/bfi_int.ll
+++ b/test/CodeGen/R600/bfi_int.ll
@@ -38,8 +38,8 @@ entry:
; R600-CHECK: @bfi_sha256_ma
; R600-CHECK: XOR_INT * [[DST:T[0-9]+\.[XYZW]]], {{T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
; R600-CHECK: BFI_INT * {{T[0-9]+\.[XYZW]}}, {{[[DST]]|PV\.[XYZW]}}, {{T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
-; SI-CHECK: V_XOR_B32_e32 [[DST:VGPR[0-9]+]], {{VGPR[0-9]+, VGPR[0-9]+}}
-; SI-CHECK: V_BFI_B32 {{VGPR[0-9]+}}, [[DST]], {{VGPR[0-9]+, VGPR[0-9]+}}
+; SI-CHECK: V_XOR_B32_e64 [[DST:VGPR[0-9]+]], {{[SV]GPR[0-9]+, [SV]GPR[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) {
entry: