[llvm] r218162 - R600/SI: Un xfail a test that works now

Matt Arsenault Matthew.Arsenault at amd.com
Fri Sep 19 15:42:41 PDT 2014


Author: arsenm
Date: Fri Sep 19 17:42:40 2014
New Revision: 218162

URL: http://llvm.org/viewvc/llvm-project?rev=218162&view=rev
Log:
R600/SI: Un xfail a test that works now

Modified:
    llvm/trunk/test/CodeGen/R600/gv-const-addrspace-fail.ll

Modified: llvm/trunk/test/CodeGen/R600/gv-const-addrspace-fail.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/R600/gv-const-addrspace-fail.ll?rev=218162&r1=218161&r2=218162&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/R600/gv-const-addrspace-fail.ll (original)
+++ llvm/trunk/test/CodeGen/R600/gv-const-addrspace-fail.ll Fri Sep 19 17:42:40 2014
@@ -1,6 +1,5 @@
-; XFAIL: *
-; RUN: llc -march=r600 -mcpu=redwood < %s | FileCheck -check-prefix=EG -check-prefix=FUNC %s
 ; RUN: llc -march=r600 -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s
+; XUN: llc -march=r600 -mcpu=redwood < %s | FileCheck -check-prefix=EG -check-prefix=FUNC %s
 
 
 @a = internal addrspace(2) constant [1 x i8] [ i8 7 ], align 1
@@ -32,7 +31,7 @@ define void @test_i16( i32 %s, i16 addrs
 %struct.bar = type { float, [5 x i8] }
 
 ; The illegal i8s aren't handled
- at struct_bar_gv = internal addrspace(2) unnamed_addr constant [1 x %struct.bar] [ %struct.bar { float 16.0, [5 x i8] [i8 0, i8 1, i8 2, i8 3, i8 4] } ]
+ at struct_bar_gv = internal addrspace(2) constant [1 x %struct.bar] [ %struct.bar { float 16.0, [5 x i8] [i8 0, i8 1, i8 2, i8 3, i8 4] } ]
 
 ; FUNC-LABEL: @struct_bar_gv_load
 define void @struct_bar_gv_load(i8 addrspace(1)* %out, i32 %index) {





More information about the llvm-commits mailing list