forked from OSchip/llvm-project
[test] Pin some tests to legacy PM
These all have NPM RUN lines.
This commit is contained in:
parent
5bc5c016c4
commit
8791949f55
|
@ -1,4 +1,4 @@
|
|||
; RUN: opt -analyze -branch-prob < %s | FileCheck %s
|
||||
; RUN: opt -analyze -branch-prob < %s -enable-new-pm=0 | FileCheck %s
|
||||
; RUN: opt < %s -passes='print<branch-prob>' -disable-output 2>&1 | FileCheck %s
|
||||
|
||||
declare i32* @"personality_function"() #1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; RUN: opt -analyze -branch-prob < %s | FileCheck %s
|
||||
; RUN: opt -analyze -branch-prob < %s -enable-new-pm=0 | FileCheck %s
|
||||
; RUN: opt < %s -passes='print<branch-prob>' -disable-output 2>&1 | FileCheck %s
|
||||
|
||||
declare void @bar() cold
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; RUN: opt < %s -always-inline -barrier -coro-split -S | FileCheck %s
|
||||
; RUN: opt < %s -always-inline -barrier -coro-split -S -enable-new-pm=0 | FileCheck %s
|
||||
; RUN: opt < %s -passes='always-inline,cgscc(coro-split)' -S | FileCheck %s
|
||||
; RUN: opt < %s -sample-profile-file=%S/Inputs/sample.text.prof -pgo-kind=pgo-sample-use-pipeline -sample-profile -coro-split -disable-inlining=true -S | FileCheck %s
|
||||
; RUN: opt < %s -sample-profile-file=%S/Inputs/sample.text.prof -pgo-kind=pgo-sample-use-pipeline -passes='sample-profile,cgscc(coro-split)' -disable-inlining=true -S | FileCheck %s
|
||||
|
|
Loading…
Reference in New Issue