forked from OSchip/llvm-project
[Tests] Update a test to consistently use new pass manager and FileCheck the result
llvm-svn: 362518
This commit is contained in:
parent
2df387b057
commit
af11a4376c
|
@ -1,5 +1,5 @@
|
|||
; RUN: opt < %s -indvars -S | FileCheck %s
|
||||
; RUN: opt -lcssa -loop-simplify -S < %s | opt -S -passes='require<targetir>,require<scalar-evolution>,require<domtree>,loop(indvars)'
|
||||
; RUN: opt < %s -S -passes='lcssa,loop-simplify,require<targetir>,require<scalar-evolution>,require<domtree>,loop(indvars)' | FileCheck %s
|
||||
|
||||
; Provide legal integer types.
|
||||
target datalayout = "n8:16:32:64"
|
||||
|
|
Loading…
Reference in New Issue