summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/load.vec.ll
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-07-23 01:48:18 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-07-23 01:48:18 +0000
commit1e80309ebe672ca6302c0b6d400a72c25791cbc7 (patch)
tree933bbf825eef901e2d367593d97dbed151d62682 /llvm/test/CodeGen/R600/load.vec.ll
parent34ed721af4b869895c95188c524df82197566ba7 (diff)
downloadbcm5719-llvm-1e80309ebe672ca6302c0b6d400a72c25791cbc7.tar.gz
bcm5719-llvm-1e80309ebe672ca6302c0b6d400a72c25791cbc7.zip
R600: Use KCache for kernel arguments
Reviewed-by: Vincent Lejeune <vljn at ovi.com> llvm-svn: 186918
Diffstat (limited to 'llvm/test/CodeGen/R600/load.vec.ll')
-rw-r--r--llvm/test/CodeGen/R600/load.vec.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/R600/load.vec.ll b/llvm/test/CodeGen/R600/load.vec.ll
index da1149ae4bf..b3d63497b6c 100644
--- a/llvm/test/CodeGen/R600/load.vec.ll
+++ b/llvm/test/CodeGen/R600/load.vec.ll
@@ -3,8 +3,8 @@
; load a v2i32 value from the global address space.
; EG-CHECK: @load_v2i32
-; EG-CHECK: VTX_READ_32 T{{[0-9]+}}.X, T{{[0-9]+}}.X, 4
-; EG-CHECK: VTX_READ_32 T{{[0-9]+}}.X, T{{[0-9]+}}.X, 0
+; EG-CHECK-DAG: VTX_READ_32 T{{[0-9]+}}.X, T{{[0-9]+}}.X, 4
+; EG-CHECK-DAG: VTX_READ_32 T{{[0-9]+}}.X, T{{[0-9]+}}.X, 0
; SI-CHECK: @load_v2i32
; SI-CHECK: BUFFER_LOAD_DWORDX2 VGPR{{[0-9]+}}
define void @load_v2i32(<2 x i32> addrspace(1)* %out, <2 x i32> addrspace(1)* %in) {
OpenPOWER on IntegriCloud