[llvm-commits] [llvm] r55914 - /llvm/trunk/test/Transforms/LoopStrengthReduce/2008-09-02-IVType.ll
Devang Patel
dpatel at apple.com
Mon Sep 8 09:24:31 PDT 2008
Author: dpatel
Date: Mon Sep 8 11:24:30 2008
New Revision: 55914
URL: http://llvm.org/viewvc/llvm-project?rev=55914&view=rev
Log:
xfail
Modified:
llvm/trunk/test/Transforms/LoopStrengthReduce/2008-09-02-IVType.ll
Modified: llvm/trunk/test/Transforms/LoopStrengthReduce/2008-09-02-IVType.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopStrengthReduce/2008-09-02-IVType.ll?rev=55914&r1=55913&r2=55914&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopStrengthReduce/2008-09-02-IVType.ll (original)
+++ llvm/trunk/test/Transforms/LoopStrengthReduce/2008-09-02-IVType.ll Mon Sep 8 11:24:30 2008
@@ -1,5 +1,6 @@
; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | grep sext | count 1
; ModuleID = '<stdin>'
+; XFAIL: *
%struct.App1Marker = type <{ i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 }>
%struct.ComponentInstanceRecord = type <{ [1 x i32] }>
%struct.DCPredictors = type { [5 x i16] }
More information about the llvm-commits
mailing list