From: Matt Arsenault Date: Fri, 19 Sep 2014 22:42:40 +0000 (+0000) Subject: R600/SI: Un xfail a test that works now X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c58ab80f78fb8b4d5927af9e6dcd8a9c37b212e9;p=oota-llvm.git R600/SI: Un xfail a test that works now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218162 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/R600/gv-const-addrspace-fail.ll b/test/CodeGen/R600/gv-const-addrspace-fail.ll index ebd78110762..7ad55ed2b40 100644 --- a/test/CodeGen/R600/gv-const-addrspace-fail.ll +++ b/test/CodeGen/R600/gv-const-addrspace-fail.ll @@ -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 addrspace(1)* %out) #3 { %struct.bar = type { float, [5 x i8] } ; The illegal i8s aren't handled -@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] } ] +@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) {