diff options
author | Vincent Lejeune <vljn@ovi.com> | 2013-06-29 19:32:43 +0000 |
---|---|---|
committer | Vincent Lejeune <vljn@ovi.com> | 2013-06-29 19:32:43 +0000 |
commit | 8f9fbd67c3f803f7397843fdf4b2a7b7ca10189e (patch) | |
tree | 5e3a944a057699fcb363fb769eb5f6f31f656a12 /test/CodeGen/R600/fp_to_uint.ll | |
parent | 7d1a0d4e3ebf058a8b1d0dea9b6119444ed041c8 (diff) | |
download | external_llvm-8f9fbd67c3f803f7397843fdf4b2a7b7ca10189e.zip external_llvm-8f9fbd67c3f803f7397843fdf4b2a7b7ca10189e.tar.gz external_llvm-8f9fbd67c3f803f7397843fdf4b2a7b7ca10189e.tar.bz2 |
R600: Support schedule and packetization of trans-only inst
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185268 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/fp_to_uint.ll')
-rw-r--r-- | test/CodeGen/R600/fp_to_uint.ll | 8 |
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 1c3c0c6..b07e286 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], PV\.[XYZW]}} +; CHECK: FLT_TO_UINT * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} +; CHECK: FLT_TO_UINT * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} +; CHECK: FLT_TO_UINT * T{{[0-9]+\.[XYZW], PV\.[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 |