diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-07-23 01:48:18 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-07-23 01:48:18 +0000 |
commit | a7eea0568c16f8e25b9e3ba9b7b73ae506738b63 (patch) | |
tree | 8ab89aff96013d9d79b54f451583c86597bf7cf8 /test/CodeGen/R600/bfi_int.ll | |
parent | 125f9d0ca216e08ee07ec11f190395901f089deb (diff) | |
download | external_llvm-a7eea0568c16f8e25b9e3ba9b7b73ae506738b63.zip external_llvm-a7eea0568c16f8e25b9e3ba9b7b73ae506738b63.tar.gz external_llvm-a7eea0568c16f8e25b9e3ba9b7b73ae506738b63.tar.bz2 |
R600: Use KCache for kernel arguments
Reviewed-by: Vincent Lejeune <vljn at ovi.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186918 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/bfi_int.ll')
-rw-r--r-- | test/CodeGen/R600/bfi_int.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/R600/bfi_int.ll b/test/CodeGen/R600/bfi_int.ll index a1bd09a..b001ad0 100644 --- a/test/CodeGen/R600/bfi_int.ll +++ b/test/CodeGen/R600/bfi_int.ll @@ -36,8 +36,8 @@ entry: ; SHA-256 Ma function ; ((x & z) | (y & (x | z))) ; 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]}} +; R600-CHECK: XOR_INT * [[DST:T[0-9]+\.[XYZW]]], +; 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_BFI_B32 {{VGPR[0-9]+}}, [[DST]], {{[SV]GPR[0-9]+, [SV]GPR[0-9]+}} |