mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295,
PR3296 and PR3302. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62160 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& \
|
||||
; RUN: grep {Loop bb: (7 + (-1 \\* %argc)) iterations!}
|
||||
; XFAIL: *
|
||||
|
||||
define i32 @main(i32 %argc, i8** %argv) nounwind {
|
||||
entry:
|
||||
|
@@ -1,4 +1,5 @@
|
||||
; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep {/u 3}
|
||||
; XFAIL: *
|
||||
|
||||
define i32 @f(i32 %x) nounwind readnone {
|
||||
entry:
|
||||
|
@@ -1,4 +1,5 @@
|
||||
; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep {/u 3}
|
||||
; XFAIL: *
|
||||
|
||||
define i32 @f(i32 %x) nounwind readnone {
|
||||
entry:
|
||||
|
@@ -1,4 +1,5 @@
|
||||
; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep {255 iterations}
|
||||
; XFAIL: *
|
||||
|
||||
define i32 @foo(i32 %x, i32 %y, i32* %lam, i32* %alp) nounwind {
|
||||
bb1.thread:
|
||||
|
@@ -1,4 +1,5 @@
|
||||
; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep {0 smax}
|
||||
; XFAIL: *
|
||||
|
||||
define i32 @f(i32 %c.idx.val) {
|
||||
|
||||
|
@@ -1,5 +1,6 @@
|
||||
; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& \
|
||||
; RUN: grep {(((-1 \\* %i0) + (100005 smax %i0)) /u 5)}
|
||||
; XFAIL: *
|
||||
|
||||
define i32 @foo0(i32 %i0) nounwind {
|
||||
entry:
|
||||
|
@@ -1,4 +1,5 @@
|
||||
; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep {/u 5}
|
||||
; XFAIL: *
|
||||
|
||||
define i8 @foo0(i8 %i0) nounwind {
|
||||
entry:
|
||||
|
Reference in New Issue
Block a user