[llvm] r218165 - R600: Un-xfail a test which passes with pass disabled
Matt Arsenault
Matthew.Arsenault at amd.com
Fri Sep 19 16:02:20 PDT 2014
Author: arsenm
Date: Fri Sep 19 18:02:20 2014
New Revision: 218165
URL: http://llvm.org/viewvc/llvm-project?rev=218165&view=rev
Log:
R600: Un-xfail a test which passes with pass disabled
Modified:
llvm/trunk/test/CodeGen/R600/parallelandifcollapse.ll
Modified: llvm/trunk/test/CodeGen/R600/parallelandifcollapse.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/R600/parallelandifcollapse.ll?rev=218165&r1=218164&r2=218165&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/R600/parallelandifcollapse.ll (original)
+++ llvm/trunk/test/CodeGen/R600/parallelandifcollapse.ll Fri Sep 19 18:02:20 2014
@@ -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:
More information about the llvm-commits
mailing list