summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/fadd.ll
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-07-16 18:19:43 +0000
committerTom Stellard <thomas.stellard@amd.com>2012-07-16 18:19:43 +0000
commitfc3db614c08ccbc617d5393d8738154977d23c19 (patch)
tree883be6de7b16230a1c1fb4e68e11516bf8ba6cec /llvm/test/CodeGen/R600/fadd.ll
parent151dc338e46973e9afd8f64834af0aed87d7ef0b (diff)
downloadbcm5719-llvm-fc3db614c08ccbc617d5393d8738154977d23c19.tar.gz
bcm5719-llvm-fc3db614c08ccbc617d5393d8738154977d23c19.zip
Revert "test/CodeGen/R600: Add some basic tests v6"
This reverts commit 11d3457afcda7848448dd7f11b2ede6552ffb9ea. llvm-svn: 160300
Diffstat (limited to 'llvm/test/CodeGen/R600/fadd.ll')
-rw-r--r--llvm/test/CodeGen/R600/fadd.ll15
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/test/CodeGen/R600/fadd.ll b/llvm/test/CodeGen/R600/fadd.ll
deleted file mode 100644
index 874fcc6f43e..00000000000
--- a/llvm/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)
-
OpenPOWER on IntegriCloud