aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/R600/fp_to_sint.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
commita7eea0568c16f8e25b9e3ba9b7b73ae506738b63 (patch)
tree8ab89aff96013d9d79b54f451583c86597bf7cf8 /test/CodeGen/R600/fp_to_sint.ll
parent125f9d0ca216e08ee07ec11f190395901f089deb (diff)
downloadexternal_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/fp_to_sint.ll')
-rw-r--r--test/CodeGen/R600/fp_to_sint.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/R600/fp_to_sint.ll b/test/CodeGen/R600/fp_to_sint.ll
index 5a608fd..77ab328 100644
--- a/test/CodeGen/R600/fp_to_sint.ll
+++ b/test/CodeGen/R600/fp_to_sint.ll
@@ -1,10 +1,10 @@
; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s
; CHECK: @fp_to_sint_v4i32
-; CHECK: FLT_TO_INT T{{[0-9]+\.[XYZW], PV\.[XYZW]}}
-; CHECK: FLT_TO_INT * T{{[0-9]+\.[XYZW], PV\.[XYZW]}}
-; CHECK: FLT_TO_INT T{{[0-9]+\.[XYZW], PV\.[XYZW]}}
-; CHECK: FLT_TO_INT * T{{[0-9]+\.[XYZW], PV\.[XYZW]}}
+; CHECK: FLT_TO_INT {{[* ]*}}T{{[0-9]+\.[XYZW], PV\.[XYZW]}}
+; CHECK: FLT_TO_INT {{[* ]*}}T{{[0-9]+\.[XYZW], PV\.[XYZW]}}
+; CHECK: FLT_TO_INT {{[* ]*}}T{{[0-9]+\.[XYZW], PV\.[XYZW]}}
+; CHECK: FLT_TO_INT {{[* ]*}}T{{[0-9]+\.[XYZW], PV\.[XYZW]}}
define void @fp_to_sint_v4i32(<4 x i32> addrspace(1)* %out, <4 x float> addrspace(1)* %in) {
%value = load <4 x float> addrspace(1) * %in