forked from OSchip/llvm-project
[test] Pin partial-unswitch.ll to legacy PM
The new PM does not have loop-unswitch, it only has simple-loop-unswitch.
This commit is contained in:
parent
c68faed041
commit
47fba9e1ea
|
@ -1,4 +1,4 @@
|
|||
; RUN: opt -loop-unswitch -verify-dom-info -verify-memoryssa -S %s | FileCheck %s
|
||||
; RUN: opt -loop-unswitch -verify-dom-info -verify-memoryssa -S -enable-new-pm=0 %s | FileCheck %s
|
||||
|
||||
declare void @clobber()
|
||||
|
||||
|
|
Loading…
Reference in New Issue