forked from OSchip/llvm-project
[PM] Clean up test case and comments a bit. NFC.
llvm-svn: 290456
This commit is contained in:
parent
6de0cd870b
commit
f32f63f222
|
@ -5,8 +5,11 @@
|
|||
; RUN: opt < %s -inline-threshold=-20000000 -always-inline -S | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-CALL
|
||||
;
|
||||
; The new pass manager doesn't re-use any threshold based infrastructure for
|
||||
; the always inliner, but test that we get the correct result.
|
||||
; RUN: opt < %s -passes=always-inline -S | FileCheck %s
|
||||
; the always inliner, but test that we get the correct result. The new PM
|
||||
; always inliner also doesn't support inlining call-site alwaysinline
|
||||
; annotations. It isn't clear that this is a reasonable use case for
|
||||
; 'alwaysinline'.
|
||||
; RUN: opt < %s -passes=always-inline -S | FileCheck %s --check-prefix=CHECK
|
||||
|
||||
define i32 @inner1() alwaysinline {
|
||||
ret i32 1
|
||||
|
|
Loading…
Reference in New Issue