mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Conditionalize indvars test that relies on SCEV expansion of geps,
which is only relevant with canonical IVs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139556 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8970060a4c
commit
857ad229be
@ -1,7 +1,16 @@
|
||||
; RUN: opt < %s -indvars -S > %t
|
||||
; RUN: grep add %t | count 6
|
||||
; RUN: grep sub %t | count 2
|
||||
; RUN: grep mul %t | count 6
|
||||
; RUN: opt < %s -indvars -S -enable-iv-rewrite | FileCheck %s
|
||||
; CHECK: define void @foo
|
||||
; CHECK: mul
|
||||
; CHECK: mul
|
||||
; CHECK: mul
|
||||
; CHECK: add
|
||||
; CHECK: sub
|
||||
; CHECK: define void @bar
|
||||
; CHECK: mul
|
||||
; CHECK: mul
|
||||
; CHECK: mul
|
||||
; CHECK: add
|
||||
; CHECK: sub
|
||||
|
||||
define void @foo(i64 %n, i64 %m, i64 %o, double* nocapture %p) nounwind {
|
||||
entry:
|
||||
|
Loading…
x
Reference in New Issue
Block a user