[llvm-commits] [llvm] r49769 - /llvm/trunk/test/Transforms/ADCE/2007-07-23-InfiniteLoop.ll

Owen Anderson resistor at mac.com
Tue Apr 15 21:25:42 PDT 2008


Author: resistor
Date: Tue Apr 15 23:25:42 2008
New Revision: 49769

URL: http://llvm.org/viewvc/llvm-project?rev=49769&view=rev
Log:
XFAIL this test for the moment.  The real solution is to prevent ADCE
from transforming loops and adding a separate loop pass for removing
loops with know trip counts.  Until that happens, ADCE is miscompiling this code.

Modified:
    llvm/trunk/test/Transforms/ADCE/2007-07-23-InfiniteLoop.ll

Modified: llvm/trunk/test/Transforms/ADCE/2007-07-23-InfiniteLoop.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ADCE/2007-07-23-InfiniteLoop.ll?rev=49769&r1=49768&r2=49769&view=diff

==============================================================================
--- llvm/trunk/test/Transforms/ADCE/2007-07-23-InfiniteLoop.ll (original)
+++ llvm/trunk/test/Transforms/ADCE/2007-07-23-InfiniteLoop.ll Tue Apr 15 23:25:42 2008
@@ -1,5 +1,6 @@
 ; RUN: llvm-as < %s |   opt -adce | llvm-dis | grep switch
 ; PR 1564
+; XFAIL: *
   
 define fastcc void @out() {
     start:





More information about the llvm-commits mailing list