From: Matt Arsenault Date: Sun, 26 Apr 2015 00:53:33 +0000 (+0000) Subject: R600: Remove / merge redundant testcases X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=77420c98f31a7ffca93f296f0bf5dc953c576709;p=oota-llvm.git R600: Remove / merge redundant testcases git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235813 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/R600/128bit-kernel-args.ll b/test/CodeGen/R600/128bit-kernel-args.ll deleted file mode 100644 index 557d86aa837..00000000000 --- a/test/CodeGen/R600/128bit-kernel-args.ll +++ /dev/null @@ -1,29 +0,0 @@ -; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s --check-prefix=R600 -; RUN: llc < %s -march=amdgcn -mcpu=SI -verify-machineinstrs | FileCheck %s --check-prefix=SI -; RUN: llc < %s -march=amdgcn -mcpu=tonga -verify-machineinstrs | FileCheck %s --check-prefix=SI - -; R600: {{^}}v4i32_kernel_arg: -; R600-DAG: MOV {{[* ]*}}T[[GPR:[0-9]]].X, KC0[3].Y -; R600-DAG: MOV {{[* ]*}}T[[GPR]].Y, KC0[3].Z -; R600-DAG: MOV {{[* ]*}}T[[GPR]].Z, KC0[3].W -; R600-DAG: MOV {{[* ]*}}T[[GPR]].W, KC0[4].X -; SI: {{^}}v4i32_kernel_arg: -; SI: buffer_store_dwordx4 -define void @v4i32_kernel_arg(<4 x i32> addrspace(1)* %out, <4 x i32> %in) { -entry: - store <4 x i32> %in, <4 x i32> addrspace(1)* %out - ret void -} - -; R600: {{^}}v4f32_kernel_arg: -; R600-DAG: MOV {{[* ]*}}T[[GPR:[0-9]]].X, KC0[3].Y -; R600-DAG: MOV {{[* ]*}}T[[GPR]].Y, KC0[3].Z -; R600-DAG: MOV {{[* ]*}}T[[GPR]].Z, KC0[3].W -; R600-DAG: MOV {{[* ]*}}T[[GPR]].W, KC0[4].X -; SI: {{^}}v4f32_kernel_arg: -; SI: buffer_store_dwordx4 -define void @v4f32_kernel_arg(<4 x float> addrspace(1)* %out, <4 x float> %in) { -entry: - store <4 x float> %in, <4 x float> addrspace(1)* %out - ret void -} diff --git a/test/CodeGen/R600/64bit-kernel-args.ll b/test/CodeGen/R600/64bit-kernel-args.ll deleted file mode 100644 index 2e08901ac1e..00000000000 --- a/test/CodeGen/R600/64bit-kernel-args.ll +++ /dev/null @@ -1,14 +0,0 @@ -; RUN: llc < %s -march=amdgcn -mcpu=tahiti -verify-machineinstrs | FileCheck %s --check-prefix=GCN --check-prefix=SI -; RUN: llc < %s -march=amdgcn -mcpu=tonga -verify-machineinstrs | FileCheck %s --check-prefix=GCN --check-prefix=VI - -; GCN: {{^}}f64_kernel_arg: -; SI-DAG: s_load_dwordx2 s[{{[0-9]:[0-9]}}], s[0:1], 0x9 -; SI-DAG: s_load_dwordx2 s[{{[0-9]:[0-9]}}], s[0:1], 0xb -; VI-DAG: s_load_dwordx2 s[{{[0-9]:[0-9]}}], s[0:1], 0x24 -; VI-DAG: s_load_dwordx2 s[{{[0-9]:[0-9]}}], s[0:1], 0x2c -; GCN: buffer_store_dwordx2 -define void @f64_kernel_arg(double addrspace(1)* %out, double %in) { -entry: - store double %in, double addrspace(1)* %out - ret void -} diff --git a/test/CodeGen/R600/kernel-args.ll b/test/CodeGen/R600/kernel-args.ll index 5db45ce7e62..1dd7c2cb799 100644 --- a/test/CodeGen/R600/kernel-args.ll +++ b/test/CodeGen/R600/kernel-args.ll @@ -451,6 +451,18 @@ define void @kernel_arg_i64(i64 addrspace(1)* %out, i64 %a) nounwind { ret void } +; FUNC-LABEL: {{^}}f64_kernel_arg: +; SI-DAG: s_load_dwordx2 s[{{[0-9]:[0-9]}}], s[0:1], 0x9 +; SI-DAG: s_load_dwordx2 s[{{[0-9]:[0-9]}}], s[0:1], 0xb +; VI-DAG: s_load_dwordx2 s[{{[0-9]:[0-9]}}], s[0:1], 0x24 +; VI-DAG: s_load_dwordx2 s[{{[0-9]:[0-9]}}], s[0:1], 0x2c +; GCN: buffer_store_dwordx2 +define void @f64_kernel_arg(double addrspace(1)* %out, double %in) { +entry: + store double %in, double addrspace(1)* %out + ret void +} + ; XFUNC-LABEL: {{^}}kernel_arg_v1i64: ; XGCN: s_load_dwordx2 ; XGCN: s_load_dwordx2