[llvm] 5b68772 - [test] Fix shrunk-constant.ll under NPM

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


Author: Arthur Eubanks
Date: 2020-10-21T21:21:24-07:00
New Revision: 5b68772ca92cecb8ac9205f8e4523a5bc0c8e25e

URL: https://github.com/llvm/llvm-project/commit/5b68772ca92cecb8ac9205f8e4523a5bc0c8e25e
DIFF: https://github.com/llvm/llvm-project/commit/5b68772ca92cecb8ac9205f8e4523a5bc0c8e25e.diff

LOG: [test] Fix shrunk-constant.ll under NPM

Added: 
    

Modified: 
    llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll b/llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll
index ba20b2c6a512..cd8720cb4b38 100644
--- a/llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll
+++ b/llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll
@@ -1,4 +1,5 @@
-; RUN: opt < %s -scalar-evolution -analyze | FileCheck %s
+; RUN: opt < %s -scalar-evolution -analyze -enable-new-pm=0 | FileCheck %s
+; RUN: opt < %s -passes='print<scalar-evolution>' 2>&1 | FileCheck %s
 
 ; CHECK: -->  (1 + (zext i4 {-8,+,-8}<%loop> to i32))<nuw><nsw>
 


        


More information about the llvm-commits mailing list