diff options
author | Dehao Chen <dehao@google.com> | 2017-07-07 20:53:17 +0000 |
---|---|---|
committer | Dehao Chen <dehao@google.com> | 2017-07-07 20:53:17 +0000 |
commit | 4a7e66a84686f07b525adc90b97ea6f24ae86e00 (patch) | |
tree | 89655552383b4d9e2a27d16e46b7f0867c093a43 /clang/test/CodeGen/pgo-sample-thinlto-summary.c | |
parent | 3a9861420cec131c6d87dbd73a4ecadb3107eb7f (diff) | |
download | bcm5719-llvm-4a7e66a84686f07b525adc90b97ea6f24ae86e00.tar.gz bcm5719-llvm-4a7e66a84686f07b525adc90b97ea6f24ae86e00.zip |
Enable the new PM + SamlePGO + ThinLTO testing.
Summary: This patch should be enabled after https://reviews.llvm.org/D34895
Reviewers: chandlerc, tejohnson, davidxl
Reviewed By: tejohnson
Subscribers: sanjoy, mehdi_amini, inglorion, eraman, cfe-commits
Differential Revision: https://reviews.llvm.org/D34896
llvm-svn: 307438
Diffstat (limited to 'clang/test/CodeGen/pgo-sample-thinlto-summary.c')
-rw-r--r-- | clang/test/CodeGen/pgo-sample-thinlto-summary.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/test/CodeGen/pgo-sample-thinlto-summary.c b/clang/test/CodeGen/pgo-sample-thinlto-summary.c index 51c8faa6be6..7045db08f22 100644 --- a/clang/test/CodeGen/pgo-sample-thinlto-summary.c +++ b/clang/test/CodeGen/pgo-sample-thinlto-summary.c @@ -1,9 +1,7 @@ // RUN: %clang_cc1 -O2 -fprofile-sample-use=%S/Inputs/pgo-sample-thinlto-summary.prof %s -emit-llvm -o - 2>&1 | FileCheck %s -check-prefix=SAMPLEPGO // RUN: %clang_cc1 -O2 -fprofile-sample-use=%S/Inputs/pgo-sample-thinlto-summary.prof %s -emit-llvm -flto=thin -o - 2>&1 | FileCheck %s -check-prefix=THINLTO // RUN: %clang_cc1 -O2 -fexperimental-new-pass-manager -fprofile-sample-use=%S/Inputs/pgo-sample-thinlto-summary.prof %s -emit-llvm -o - 2>&1 | FileCheck %s -check-prefix=SAMPLEPGO -// FIXME: Run the following command once LTOPreLinkDefaultPipeline is -// customized. -// %clang_cc1 -O2 -fexperimental-new-pass-manager -fprofile-sample-use=%S/Inputs/pgo-sample-thinlto-summary.prof %s -emit-llvm -flto=thin -o - 2>&1 | FileCheck %s -check-prefix=THINLTO +// RUN: %clang_cc1 -O2 -fexperimental-new-pass-manager -fprofile-sample-use=%S/Inputs/pgo-sample-thinlto-summary.prof %s -emit-llvm -flto=thin -o - 2>&1 | FileCheck %s -check-prefix=THINLTO // Checks if hot call is inlined by normal compile, but not inlined by // thinlto compile. |