[test] Fix no-wrap-symbolic-becount.ll under NPM
authorArthur Eubanks <aeubanks@google.com>
Wed, 21 Oct 2020 20:14:44 +0000 (13:14 -0700)
committerArthur Eubanks <aeubanks@google.com>
Wed, 21 Oct 2020 20:15:15 +0000 (13:15 -0700)
llvm/test/Analysis/ScalarEvolution/no-wrap-symbolic-becount.ll

index 77c1017..af3092e 100644 (file)
@@ -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'