From a4be0720c56e60194572a9b12a09a62e35324fcc Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 16 Jul 2012 18:19:43 +0000 Subject: 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 --- test/CodeGen/R600/fsub.ll | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 test/CodeGen/R600/fsub.ll (limited to 'test/CodeGen/R600/fsub.ll') diff --git a/test/CodeGen/R600/fsub.ll b/test/CodeGen/R600/fsub.ll deleted file mode 100644 index 8e43128..0000000 --- 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) - -- cgit v1.1