summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/PGOProfile/loop1.ll
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-05-06 05:49:19 +0000
committerXinliang David Li <davidxl@google.com>2016-05-06 05:49:19 +0000
commit8aebf44c97dba742cda0728ae7a26d641c296b77 (patch)
tree60e9a454fb54870313caa6166433d469db0adeb8 /llvm/test/Transforms/PGOProfile/loop1.ll
parent7946c3f0e2a2cf90e4ff433a408aa35112c5d98d (diff)
downloadbcm5719-llvm-8aebf44c97dba742cda0728ae7a26d641c296b77.tar.gz
bcm5719-llvm-8aebf44c97dba742cda0728ae7a26d641c296b77.zip
[PM] port IR based PGO prof-gen pass to new pass manager
llvm-svn: 268710
Diffstat (limited to 'llvm/test/Transforms/PGOProfile/loop1.ll')
-rw-r--r--llvm/test/Transforms/PGOProfile/loop1.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/PGOProfile/loop1.ll b/llvm/test/Transforms/PGOProfile/loop1.ll
index d35e727822e..4f2c17c713d 100644
--- a/llvm/test/Transforms/PGOProfile/loop1.ll
+++ b/llvm/test/Transforms/PGOProfile/loop1.ll
@@ -1,4 +1,5 @@
; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN
+; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN
; RUN: llvm-profdata merge %S/Inputs/loop1.proftext -o %t.profdata
; RUN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
OpenPOWER on IntegriCloud