[llvm] r188526 - [tests] Remove an out-dated failing test.
Daniel Dunbar
daniel at zuster.org
Thu Aug 15 19:53:30 PDT 2013
Author: ddunbar
Date: Thu Aug 15 21:53:29 2013
New Revision: 188526
URL: http://llvm.org/viewvc/llvm-project?rev=188526&view=rev
Log:
[tests] Remove an out-dated failing test.
Removed:
llvm/trunk/test/CodeGen/SI/lit.local.cfg
llvm/trunk/test/CodeGen/SI/sanity.ll
Removed: llvm/trunk/test/CodeGen/SI/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SI/lit.local.cfg?rev=188525&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/SI/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/SI/lit.local.cfg (removed)
@@ -1,3 +0,0 @@
-targets = set(config.root.targets_to_build.split())
-if not 'R600' in targets:
- config.unsupported = True
Removed: llvm/trunk/test/CodeGen/SI/sanity.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SI/sanity.ll?rev=188525&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/SI/sanity.ll (original)
+++ llvm/trunk/test/CodeGen/SI/sanity.ll (removed)
@@ -1,38 +0,0 @@
-;RUN: llc < %s -march=r600 -mcpu=SI | FileCheck %s
-;XFAIL: *
-
-; CHECK: S_ENDPGM
-
-define void @main() {
-main_body:
- call void @llvm.AMDGPU.shader.type(i32 1)
- %0 = load <4 x i32> addrspace(2)* addrspace(8)* inttoptr (i32 6 to <4 x i32> addrspace(2)* addrspace(8)*)
- %1 = getelementptr <4 x i32> addrspace(2)* %0, i32 0
- %2 = load <4 x i32> addrspace(2)* %1
- %3 = call i32 @llvm.SI.vs.load.buffer.index()
- %4 = call <4 x float> @llvm.SI.vs.load.input(<4 x i32> %2, i32 0, i32 %3)
- %5 = extractelement <4 x float> %4, i32 0
- %6 = extractelement <4 x float> %4, i32 1
- %7 = extractelement <4 x float> %4, i32 2
- %8 = extractelement <4 x float> %4, i32 3
- %9 = load <4 x i32> addrspace(2)* addrspace(8)* inttoptr (i32 6 to <4 x i32> addrspace(2)* addrspace(8)*)
- %10 = getelementptr <4 x i32> addrspace(2)* %9, i32 1
- %11 = load <4 x i32> addrspace(2)* %10
- %12 = call i32 @llvm.SI.vs.load.buffer.index()
- %13 = call <4 x float> @llvm.SI.vs.load.input(<4 x i32> %11, i32 0, i32 %12)
- %14 = extractelement <4 x float> %13, i32 0
- %15 = extractelement <4 x float> %13, i32 1
- %16 = extractelement <4 x float> %13, i32 2
- %17 = extractelement <4 x float> %13, i32 3
- call void @llvm.SI.export(i32 15, i32 0, i32 0, i32 32, i32 0, float %14, float %15, float %16, float %17)
- call void @llvm.SI.export(i32 15, i32 0, i32 1, i32 12, i32 0, float %5, float %6, float %7, float %8)
- ret void
-}
-
-declare void @llvm.AMDGPU.shader.type(i32)
-
-declare i32 @llvm.SI.vs.load.buffer.index() readnone
-
-declare <4 x float> @llvm.SI.vs.load.input(<4 x i32>, i32, i32)
-
-declare void @llvm.SI.export(i32, i32, i32, i32, i32, float, float, float, float)
More information about the llvm-commits
mailing list