aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/R600/fp_to_uint.ll
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2013-05-02 21:52:30 +0000
committerVincent Lejeune <vljn@ovi.com>2013-05-02 21:52:30 +0000
commit92f24d403f16ab2ee4598e32c926acc9c2344140 (patch)
tree9cc6536d03c65b236054f1c191a5a9381fe4981c /test/CodeGen/R600/fp_to_uint.ll
parent8a3f50038fa68e1c6697152ee08ad0f2faacb0b7 (diff)
downloadexternal_llvm-92f24d403f16ab2ee4598e32c926acc9c2344140.zip
external_llvm-92f24d403f16ab2ee4598e32c926acc9c2344140.tar.gz
external_llvm-92f24d403f16ab2ee4598e32c926acc9c2344140.tar.bz2
R600: Prettier asmPrint of Alu
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180956 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/fp_to_uint.ll')
-rw-r--r--test/CodeGen/R600/fp_to_uint.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/R600/fp_to_uint.ll b/test/CodeGen/R600/fp_to_uint.ll
index d91098f..1c3c0c6 100644
--- a/test/CodeGen/R600/fp_to_uint.ll
+++ b/test/CodeGen/R600/fp_to_uint.ll
@@ -1,10 +1,10 @@
; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s
; CHECK: @fp_to_uint_v4i32
-; CHECK: FLT_TO_UINT T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
-; CHECK: FLT_TO_UINT T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
-; CHECK: FLT_TO_UINT T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
-; CHECK: FLT_TO_UINT T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
+; CHECK: FLT_TO_UINT * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
+; CHECK: FLT_TO_UINT * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
+; CHECK: FLT_TO_UINT * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
+; CHECK: FLT_TO_UINT * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
define void @fp_to_uint_v4i32(<4 x i32> addrspace(1)* %out, <4 x float> addrspace(1)* %in) {
%value = load <4 x float> addrspace(1) * %in