summaryrefslogtreecommitdiff
path: root/test/Other
diff options
context:
space:
mode:
authorRong Xu <xur@google.com>2017-10-23 22:21:29 +0000
committerRong Xu <xur@google.com>2017-10-23 22:21:29 +0000
commit2a01593233e991ce1dedcdd5463de0bdd1d6ca29 (patch)
tree5579282cf910219c39a3e4daab631b0a47930924 /test/Other
parent12e3001c5fe28c9fd1f7932c790228250efcd8a1 (diff)
[PM] Add pgo-memop-opt pass to the new pass manager
This pass adds pgo-memop-opt pass to the new pass manager. It is in the old pass manager but somehow left out in the new pass manager. Differential Revision: http://reviews.llvm.org/D39145 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316384 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other')
-rw-r--r--test/Other/new-pm-pgo.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Other/new-pm-pgo.ll b/test/Other/new-pm-pgo.ll
index 4a9d12484cd..5d6ed490250 100644
--- a/test/Other/new-pm-pgo.ll
+++ b/test/Other/new-pm-pgo.ll
@@ -11,6 +11,8 @@
;
; GEN: Running pass: PGOInstrumentationGen
; USE: Running pass: PGOInstrumentationUse
+; USE: Running pass: PGOIndirectCallPromotion
+; USE: Running pass: PGOMemOPSizeOpt
; SAMPLE_USE_O: Running pass: ModuleToFunctionPassAdaptor<{{.*}}AddDiscriminatorsPass{{.*}}>
; SAMPLE_USE_PRE_LINK: Running pass: ModuleToFunctionPassAdaptor<{{.*}}AddDiscriminatorsPass{{.*}}>
; SAMPLE_USE: Running pass: SimplifyCFGPass