From 716abbeb43824edfde37505f98303d148cbb7a01 Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Wed, 6 Feb 2019 04:29:39 +0000 Subject: [HotColdSplit] Move splitting after instrumented PGO use Summary: Follow up to D57082 which moved splitting earlier in the pipeline, in order to perform it before inlining. However, it was moved too early, before the IR is annotated with instrumented PGO data. This caused the splitting to incorrectly determine cold functions. Move it to just after PGO annotation (still before inlining), in both pass managers. Reviewers: vsk, hiraditya, sebpop Subscribers: mehdi_amini, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D57805 llvm-svn: 353270 --- llvm/test/Other/Inputs/pass-pipelines.proftext | 1 + 1 file changed, 1 insertion(+) create mode 100644 llvm/test/Other/Inputs/pass-pipelines.proftext (limited to 'llvm/test/Other/Inputs') diff --git a/llvm/test/Other/Inputs/pass-pipelines.proftext b/llvm/test/Other/Inputs/pass-pipelines.proftext new file mode 100644 index 00000000000..04a7c1c1a35 --- /dev/null +++ b/llvm/test/Other/Inputs/pass-pipelines.proftext @@ -0,0 +1 @@ +:ir -- cgit v1.2.3