diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-07-23 01:47:52 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-07-23 01:47:52 +0000 |
commit | 2bb20fd2bf37d9a608a89b7253881a59686ed2e4 (patch) | |
tree | 5a812ea77d725aecc5c03f8f32d14ef4c4d6afa7 /test | |
parent | d7a472c9c696ebf010835d9254fb15036e558d84 (diff) | |
download | external_llvm-2bb20fd2bf37d9a608a89b7253881a59686ed2e4.zip external_llvm-2bb20fd2bf37d9a608a89b7253881a59686ed2e4.tar.gz external_llvm-2bb20fd2bf37d9a608a89b7253881a59686ed2e4.tar.bz2 |
R600: Clean up extended load patterns
Reviewed-by: Vincent Lejeune <vljn at ovi.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186914 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/R600/i8-to-double-to-float.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/R600/short-args.ll | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/R600/i8-to-double-to-float.ll b/test/CodeGen/R600/i8-to-double-to-float.ll index 6047466..708f2f4 100644 --- a/test/CodeGen/R600/i8-to-double-to-float.ll +++ b/test/CodeGen/R600/i8-to-double-to-float.ll @@ -1,6 +1,6 @@ ;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s -;CHECK: UINT_TO_FLT * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} +;CHECK: UINT_TO_FLT * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} define void @test(float addrspace(1)* %out, i8 addrspace(1)* %in) { %1 = load i8 addrspace(1)* %in diff --git a/test/CodeGen/R600/short-args.ll b/test/CodeGen/R600/short-args.ll index b69e327..1e8ba24 100644 --- a/test/CodeGen/R600/short-args.ll +++ b/test/CodeGen/R600/short-args.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s +; RUN: llc < %s -march=r600 -mcpu=cayman | FileCheck %s ; CHECK: @i8_arg ; CHECK: VTX_READ_8 T{{[0-9]+\.X, T[0-9]+\.X}} |