mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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:
parent
9cc5f42feb
commit
88aad145a5
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user