diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2012-07-16 18:19:43 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2012-07-16 18:19:43 +0000 |
commit | a4be0720c56e60194572a9b12a09a62e35324fcc (patch) | |
tree | 453671f82ae7cb09ebc2b754236834700d024a35 | |
parent | d72304faf4c83dd744c42dd5ee4cb4edefaaa28e (diff) |
Revert "test/CodeGen/R600: Add some basic tests v6"
This reverts commit 11d3457afcda7848448dd7f11b2ede6552ffb9ea.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160300 91177308-0d34-0410-b5e6-96231b3b80d8
27 files changed, 0 insertions, 212 deletions
diff --git a/test/CodeGen/R600/fadd.ll b/test/CodeGen/R600/fadd.ll deleted file mode 100644 index 874fcc6f43..0000000000 --- a/test/CodeGen/R600/fadd.ll +++ /dev/null @@ -1,15 +0,0 @@ -;RUN: llc < %s -march=r600 -mcpu=redwood | diff %s.check - - - -define void @test() { - %r0 = call float @llvm.R600.load.input(i32 0) - %r1 = call float @llvm.R600.load.input(i32 1) - %r2 = fadd float %r0, %r1 - call void @llvm.AMDGPU.store.output(float %r2, i32 0) - ret void -} - -declare float @llvm.R600.load.input(i32) readnone - -declare void @llvm.AMDGPU.store.output(float, i32) - diff --git a/test/CodeGen/R600/fadd.ll.check b/test/CodeGen/R600/fadd.ll.check Binary files differdeleted file mode 100644 index 886082f226..0000000000 --- a/test/CodeGen/R600/fadd.ll.check +++ /dev/null diff --git a/test/CodeGen/R600/fmul.ll b/test/CodeGen/R600/fmul.ll deleted file mode 100644 index 28bc4d8008..0000000000 --- a/test/CodeGen/R600/fmul.ll +++ /dev/null @@ -1,15 +0,0 @@ -;RUN: llc < %s -march=r600 -mcpu=redwood | diff %s.check - - - -define void @test() { - %r0 = call float @llvm.R600.load.input(i32 0) - %r1 = call float @llvm.R600.load.input(i32 1) - %r2 = fmul float %r0, %r1 - call void @llvm.AMDGPU.store.output(float %r2, i32 0) - ret void -} - -declare float @llvm.R600.load.input(i32) readnone - -declare void @llvm.AMDGPU.store.output(float, i32) - diff --git a/test/CodeGen/R600/fmul.ll.check b/test/CodeGen/R600/fmul.ll.check Binary files differdeleted file mode 100644 index 9ba36ccb74..0000000000 --- a/test/CodeGen/R600/fmul.ll.check +++ /dev/null diff --git a/test/CodeGen/R600/fsub.ll b/test/CodeGen/R600/fsub.ll deleted file mode 100644 index 8e431280fc..0000000000 --- a/test/CodeGen/R600/fsub.ll +++ /dev/null @@ -1,15 +0,0 @@ -;RUN: llc < %s -march=r600 -mcpu=redwood | diff %s.check - - - -define void @test() { - %r0 = call float @llvm.R600.load.input(i32 0) - %r1 = call float @llvm.R600.load.input(i32 1) - %r2 = fsub float %r0, %r1 - call void @llvm.AMDGPU.store.output(float %r2, i32 0) - ret void -} - -declare float @llvm.R600.load.input(i32) readnone - -declare void @llvm.AMDGPU.store.output(float, i32) - diff --git a/test/CodeGen/R600/fsub.ll.check b/test/CodeGen/R600/fsub.ll.check Binary files differdeleted file mode 100644 index 79993541ce..0000000000 --- a/test/CodeGen/R600/fsub.ll.check +++ /dev/null diff --git a/test/CodeGen/R600/lit.local.cfg b/test/CodeGen/R600/lit.local.cfg deleted file mode 100644 index 79fc2ba362..0000000000 --- a/test/CodeGen/R600/lit.local.cfg +++ /dev/null @@ -1,13 +0,0 @@ -config.suffixes = ['.ll', '.c', '.cpp'] - -def getRoot(config): - if not config.parent: - return config - return getRoot(config.parent) - -root = getRoot(config) - -targets = set(root.targets_to_build.split()) -if not 'AMDGPU' in targets: - config.unsupported = True - diff --git a/test/CodeGen/R600/llvm.AMDGPU.cos.ll b/test/CodeGen/R600/llvm.AMDGPU.cos.ll deleted file mode 100644 index 8db95638ae..0000000000 --- a/test/CodeGen/R600/llvm.AMDGPU.cos.ll +++ /dev/null @@ -1,15 +0,0 @@ -;RUN: llc < %s -march=r600 -mcpu=redwood | diff %s.check - - - -define void @test() { - %r0 = call float @llvm.R600.load.input(i32 0) - %r1 = call float @llvm.AMDGPU.cos( float %r0) - call void @llvm.AMDGPU.store.output(float %r1, i32 0) - ret void -} - -declare float @llvm.R600.load.input(i32) readnone - -declare void @llvm.AMDGPU.store.output(float, i32) - -declare float @llvm.AMDGPU.cos(float ) readnone diff --git a/test/CodeGen/R600/llvm.AMDGPU.cos.ll.check b/test/CodeGen/R600/llvm.AMDGPU.cos.ll.check Binary files differdeleted file mode 100644 index ef1389b27a..0000000000 --- a/test/CodeGen/R600/llvm.AMDGPU.cos.ll.check +++ /dev/null diff --git a/test/CodeGen/R600/llvm.AMDGPU.floor.ll b/test/CodeGen/R600/llvm.AMDGPU.floor.ll deleted file mode 100644 index 729a783477..0000000000 --- a/test/CodeGen/R600/llvm.AMDGPU.floor.ll +++ /dev/null @@ -1,15 +0,0 @@ -;RUN: llc < %s -march=r600 -mcpu=redwood | diff %s.check - - - -define void @test() { - %r0 = call float @llvm.R600.load.input(i32 0) - %r1 = call float @llvm.AMDGPU.floor( float %r0) - call void @llvm.AMDGPU.store.output(float %r1, i32 0) - ret void -} - -declare float @llvm.R600.load.input(i32) readnone - -declare void @llvm.AMDGPU.store.output(float, i32) - -declare float @llvm.AMDGPU.floor(float ) readnone diff --git a/test/CodeGen/R600/llvm.AMDGPU.floor.ll.check b/test/CodeGen/R600/llvm.AMDGPU.floor.ll.check Binary files differdeleted file mode 100644 index 324c10d94c..0000000000 --- a/test/CodeGen/R600/llvm.AMDGPU.floor.ll.check +++ /dev/null diff --git a/test/CodeGen/R600/llvm.AMDGPU.mul.ll b/test/CodeGen/R600/llvm.AMDGPU.mul.ll deleted file mode 100644 index 3c995c924f..0000000000 --- a/test/CodeGen/R600/llvm.AMDGPU.mul.ll +++ /dev/null @@ -1,16 +0,0 @@ -;RUN: llc < %s -march=r600 -mcpu=redwood | diff %s.check - - - -define void @test() { - %r0 = call float @llvm.R600.load.input(i32 0) - %r1 = call float @llvm.R600.load.input(i32 1) - %r2 = call float @llvm.AMDGPU.mul( float %r0, float %r1) - call void @llvm.AMDGPU.store.output(float %r2, i32 0) - ret void -} - -declare float @llvm.R600.load.input(i32) readnone - -declare void @llvm.AMDGPU.store.output(float, i32) - -declare float @llvm.AMDGPU.mul(float ,float ) readnone diff --git a/test/CodeGen/R600/llvm.AMDGPU.mul.ll.check b/test/CodeGen/R600/llvm.AMDGPU.mul.ll.check Binary files differdeleted file mode 100644 index 0a79cbaf26..0000000000 --- a/test/CodeGen/R600/llvm.AMDGPU.mul.ll.check +++ /dev/null diff --git a/test/CodeGen/R600/llvm.AMDGPU.pow.ll b/test/CodeGen/R600/llvm.AMDGPU.pow.ll deleted file mode 100644 index b692081c13..0000000000 --- a/test/CodeGen/R600/llvm.AMDGPU.pow.ll +++ /dev/null @@ -1,16 +0,0 @@ -;RUN: llc < %s -march=r600 -mcpu=redwood | diff %s.check - - - -define void @test() { - %r0 = call float @llvm.R600.load.input(i32 0) - %r1 = call float @llvm.R600.load.input(i32 1) - %r2 = call float @llvm.AMDGPU.pow( float %r0, float %r1) - call void @llvm.AMDGPU.store.output(float %r2, i32 0) - ret void -} - -declare float @llvm.R600.load.input(i32) readnone - -declare void @llvm.AMDGPU.store.output(float, i32) - -declare float @llvm.AMDGPU.pow(float ,float ) readnone diff --git a/test/CodeGen/R600/llvm.AMDGPU.pow.ll.check b/test/CodeGen/R600/llvm.AMDGPU.pow.ll.check Binary files differdeleted file mode 100644 index 94af645419..0000000000 --- a/test/CodeGen/R600/llvm.AMDGPU.pow.ll.check +++ /dev/null diff --git a/test/CodeGen/R600/llvm.AMDGPU.rcp.ll b/test/CodeGen/R600/llvm.AMDGPU.rcp.ll deleted file mode 100644 index 3efae49741..0000000000 --- a/test/CodeGen/R600/llvm.AMDGPU.rcp.ll +++ /dev/null @@ -1,15 +0,0 @@ -;RUN: llc < %s -march=r600 -mcpu=redwood | diff %s.check - - - -define void @test() { - %r0 = call float @llvm.R600.load.input(i32 0) - %r1 = call float @llvm.AMDGPU.rcp( float %r0) - call void @llvm.AMDGPU.store.output(float %r1, i32 0) - ret void -} - -declare float @llvm.R600.load.input(i32) readnone - -declare void @llvm.AMDGPU.store.output(float, i32) - -declare float @llvm.AMDGPU.rcp(float ) readnone diff --git a/test/CodeGen/R600/llvm.AMDGPU.rcp.ll.check b/test/CodeGen/R600/llvm.AMDGPU.rcp.ll.check Binary files differdeleted file mode 100644 index 75fe90c518..0000000000 --- a/test/CodeGen/R600/llvm.AMDGPU.rcp.ll.check +++ /dev/null diff --git a/test/CodeGen/R600/llvm.AMDGPU.sin.ll b/test/CodeGen/R600/llvm.AMDGPU.sin.ll deleted file mode 100644 index 6a427b5d1a..0000000000 --- a/test/CodeGen/R600/llvm.AMDGPU.sin.ll +++ /dev/null @@ -1,15 +0,0 @@ -;RUN: llc < %s -march=r600 -mcpu=redwood | diff %s.check - - - -define void @test() { - %r0 = call float @llvm.R600.load.input(i32 0) - %r1 = call float @llvm.AMDGPU.sin( float %r0) - call void @llvm.AMDGPU.store.output(float %r1, i32 0) - ret void -} - -declare float @llvm.R600.load.input(i32) readnone - -declare void @llvm.AMDGPU.store.output(float, i32) - -declare float @llvm.AMDGPU.sin(float ) readnone diff --git a/test/CodeGen/R600/llvm.AMDGPU.sin.ll.check b/test/CodeGen/R600/llvm.AMDGPU.sin.ll.check Binary files differdeleted file mode 100644 index 53535543a9..0000000000 --- a/test/CodeGen/R600/llvm.AMDGPU.sin.ll.check +++ /dev/null diff --git a/test/CodeGen/R600/llvm.AMDGPU.trunc.ll b/test/CodeGen/R600/llvm.AMDGPU.trunc.ll deleted file mode 100644 index fcabcac89f..0000000000 --- a/test/CodeGen/R600/llvm.AMDGPU.trunc.ll +++ /dev/null @@ -1,15 +0,0 @@ -;RUN: llc < %s -march=r600 -mcpu=redwood | diff %s.check - - - -define void @test() { - %r0 = call float @llvm.R600.load.input(i32 0) - %r1 = call float @llvm.AMDGPU.trunc( float %r0) - call void @llvm.AMDGPU.store.output(float %r1, i32 0) - ret void -} - -declare float @llvm.R600.load.input(i32) readnone - -declare void @llvm.AMDGPU.store.output(float, i32) - -declare float @llvm.AMDGPU.trunc(float ) readnone diff --git a/test/CodeGen/R600/llvm.AMDGPU.trunc.ll.check b/test/CodeGen/R600/llvm.AMDGPU.trunc.ll.check Binary files differdeleted file mode 100644 index f9c93b3def..0000000000 --- a/test/CodeGen/R600/llvm.AMDGPU.trunc.ll.check +++ /dev/null diff --git a/test/CodeGen/R600/llvm.AMDIL.fabs..ll b/test/CodeGen/R600/llvm.AMDIL.fabs..ll deleted file mode 100644 index 11430369e4..0000000000 --- a/test/CodeGen/R600/llvm.AMDIL.fabs..ll +++ /dev/null @@ -1,15 +0,0 @@ -;RUN: llc < %s -march=r600 -mcpu=redwood | diff %s.check - - - -define void @test() { - %r0 = call float @llvm.R600.load.input(i32 0) - %r1 = call float @llvm.AMDIL.fabs.( float %r0) - call void @llvm.AMDGPU.store.output(float %r1, i32 0) - ret void -} - -declare float @llvm.R600.load.input(i32) readnone - -declare void @llvm.AMDGPU.store.output(float, i32) - -declare float @llvm.AMDIL.fabs.(float ) readnone diff --git a/test/CodeGen/R600/llvm.AMDIL.fabs..ll.check b/test/CodeGen/R600/llvm.AMDIL.fabs..ll.check Binary files differdeleted file mode 100644 index ff3124ca90..0000000000 --- a/test/CodeGen/R600/llvm.AMDIL.fabs..ll.check +++ /dev/null diff --git a/test/CodeGen/R600/llvm.AMDIL.max..ll b/test/CodeGen/R600/llvm.AMDIL.max..ll deleted file mode 100644 index 337371234a..0000000000 --- a/test/CodeGen/R600/llvm.AMDIL.max..ll +++ /dev/null @@ -1,16 +0,0 @@ -;RUN: llc < %s -march=r600 -mcpu=redwood | diff %s.check - - - -define void @test() { - %r0 = call float @llvm.R600.load.input(i32 0) - %r1 = call float @llvm.R600.load.input(i32 1) - %r2 = call float @llvm.AMDIL.max.( float %r0, float %r1) - call void @llvm.AMDGPU.store.output(float %r2, i32 0) - ret void -} - -declare float @llvm.R600.load.input(i32) readnone - -declare void @llvm.AMDGPU.store.output(float, i32) - -declare float @llvm.AMDIL.max.(float ,float ) readnone diff --git a/test/CodeGen/R600/llvm.AMDIL.max..ll.check b/test/CodeGen/R600/llvm.AMDIL.max..ll.check Binary files differdeleted file mode 100644 index 9ae4070fdc..0000000000 --- a/test/CodeGen/R600/llvm.AMDIL.max..ll.check +++ /dev/null diff --git a/test/CodeGen/R600/llvm.AMDIL.min..ll b/test/CodeGen/R600/llvm.AMDIL.min..ll deleted file mode 100644 index 76a8718880..0000000000 --- a/test/CodeGen/R600/llvm.AMDIL.min..ll +++ /dev/null @@ -1,16 +0,0 @@ -;RUN: llc < %s -march=r600 -mcpu=redwood | diff %s.check - - - -define void @test() { - %r0 = call float @llvm.R600.load.input(i32 0) - %r1 = call float @llvm.R600.load.input(i32 1) - %r2 = call float @llvm.AMDIL.min.( float %r0, float %r1) - call void @llvm.AMDGPU.store.output(float %r2, i32 0) - ret void -} - -declare float @llvm.R600.load.input(i32) readnone - -declare void @llvm.AMDGPU.store.output(float, i32) - -declare float @llvm.AMDIL.min.(float ,float ) readnone diff --git a/test/CodeGen/R600/llvm.AMDIL.min..ll.check b/test/CodeGen/R600/llvm.AMDIL.min..ll.check Binary files differdeleted file mode 100644 index 3d343bdea6..0000000000 --- a/test/CodeGen/R600/llvm.AMDIL.min..ll.check +++ /dev/null |