From 1a505ebae44f0a307b9d5061829be582900dccf0 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Fri, 19 Sep 2014 23:02:20 +0000 Subject: [PATCH] R600: Un-xfail a test which passes with pass disabled git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218165 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/R600/parallelandifcollapse.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/CodeGen/R600/parallelandifcollapse.ll b/test/CodeGen/R600/parallelandifcollapse.ll index 8a269e0cb43..82b11501e86 100644 --- a/test/CodeGen/R600/parallelandifcollapse.ll +++ b/test/CodeGen/R600/parallelandifcollapse.ll @@ -1,5 +1,5 @@ ; Function Attrs: nounwind -; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s +; RUN: llc -march=r600 -mcpu=redwood -mattr=-promote-alloca < %s | FileCheck %s ; ; CFG flattening should use parallel-and mode to generate branch conditions and ; then merge if-regions with the same bodies. @@ -11,7 +11,6 @@ ; FIXME: For some reason having the allocas here allowed the flatten cfg pass ; to do its transfomation, however now that we are using local memory for ; allocas, the transformation isn't happening. -; XFAIL: * define void @_Z9chk1D_512v() #0 { entry: -- 2.11.0