[llvm] 1d1217c - [test] Fix no-wrap-symbolic-becount.ll under NPM

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 13:15:37 PDT 2020


Author: Arthur Eubanks
Date: 2020-10-21T13:15:15-07:00
New Revision: 1d1217c4ea115ac204f666a31686787503623dfa

URL: https://github.com/llvm/llvm-project/commit/1d1217c4ea115ac204f666a31686787503623dfa
DIFF: https://github.com/llvm/llvm-project/commit/1d1217c4ea115ac204f666a31686787503623dfa.diff

LOG: [test] Fix no-wrap-symbolic-becount.ll under NPM

Added: 
    

Modified: 
    llvm/test/Analysis/ScalarEvolution/no-wrap-symbolic-becount.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Analysis/ScalarEvolution/no-wrap-symbolic-becount.ll b/llvm/test/Analysis/ScalarEvolution/no-wrap-symbolic-becount.ll
index 77c1017edb1a..af3092e57052 100644
--- a/llvm/test/Analysis/ScalarEvolution/no-wrap-symbolic-becount.ll
+++ b/llvm/test/Analysis/ScalarEvolution/no-wrap-symbolic-becount.ll
@@ -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'


        


More information about the llvm-commits mailing list