[PATCH] D54564: [LTO] Load sample profile in LTO link step.
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 15 05:58:59 PST 2018
tejohnson added a comment.
Looks like the same issue exists in the new pass manager. The sample loader is added via buildModuleSimplificationPipeline, which is not called either directly or indirectly from buildLTODefaultPipeline. Can you add and test the fix there too? Thanks!
Repository:
rL LLVM
https://reviews.llvm.org/D54564
More information about the llvm-commits
mailing list