mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Filecheckize.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145363 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e6e7362533
commit
d2b5e2dd44
@ -1,6 +1,7 @@
|
|||||||
; RUN: opt < %s -scalar-evolution -analyze | grep {Loop %loop: backedge-taken count is (100 + (-100 smax %n))}
|
; RUN: opt < %s -scalar-evolution -analyze | FileCheck %s
|
||||||
; PR2002
|
; PR2002
|
||||||
|
|
||||||
|
; CHECK: Loop %loop: backedge-taken count is (100 + (-100 smax %n))
|
||||||
define void @foo(i8 %n) {
|
define void @foo(i8 %n) {
|
||||||
entry:
|
entry:
|
||||||
br label %loop
|
br label %loop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user