temporarily fail these two tests until LSR evolves to support them

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22567 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-08-01 17:10:50 +00:00
parent 9cc5f42feb
commit 88aad145a5
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
; Check that this test makes INDVAR and related stuff dead.
; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | grep phi | wc -l | grep 2
; XFAIL: *
declare bool %pred()
void %test1({ int, int }* %P) {

View File

@ -3,6 +3,8 @@
; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | grep 'getelementptr.*PTR.*INDVAR'
; XFAIL: *
declare bool %pred(int)
void %test(sbyte* %PTR) {