forked from OSchip/llvm-project
[test] Fix no-wrap-symbolic-becount.ll under NPM
This commit is contained in:
parent
272279a1c0
commit
1d1217c4ea
|
@ -1,5 +1,6 @@
|
|||
; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
|
||||
; RUN: opt < %s -S -analyze -scalar-evolution | FileCheck %s
|
||||
; RUN: opt < %s -S -analyze -scalar-evolution -enable-new-pm=0 | FileCheck %s
|
||||
; RUN: opt < %s -S -passes='print<scalar-evolution>' 2>&1 | FileCheck %s
|
||||
|
||||
define i32 @test_01(i32 %start, i32* %p, i32* %q) {
|
||||
; CHECK-LABEL: 'test_01'
|
||||
|
|
Loading…
Reference in New Issue