[llvm] 179a22e - [NewPM] Fix pr45927.ll under NPM

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 14:00:27 PDT 2020


Author: Arthur Eubanks
Date: 2020-09-17T13:57:55-07:00
New Revision: 179a22e807a40ae5821920cec3c1933eef4dc30c

URL: https://github.com/llvm/llvm-project/commit/179a22e807a40ae5821920cec3c1933eef4dc30c
DIFF: https://github.com/llvm/llvm-project/commit/179a22e807a40ae5821920cec3c1933eef4dc30c.diff

LOG: [NewPM] Fix pr45927.ll under NPM

Added: 
    

Modified: 
    llvm/test/Analysis/MemorySSA/pr45927.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Analysis/MemorySSA/pr45927.ll b/llvm/test/Analysis/MemorySSA/pr45927.ll
index b6c1d6ba86c1..2dfa1e43d1f2 100644
--- a/llvm/test/Analysis/MemorySSA/pr45927.ll
+++ b/llvm/test/Analysis/MemorySSA/pr45927.ll
@@ -1,4 +1,4 @@
-; RUN: opt -disable-output -loop-simplify -lcssa -licm -print-memoryssa < %s 2>&1 | FileCheck %s
+; RUN: opt -disable-output -loop-simplify -lcssa -licm -print-memoryssa < %s -enable-new-pm=0 2>&1 | FileCheck %s
 ; RUN: opt -disable-output -aa-pipeline=basic-aa -passes='loop-mssa(licm),print<memoryssa>' < %s 2>&1 | FileCheck %s
 
 


        


More information about the llvm-commits mailing list