[all-commits] [llvm/llvm-project] ae08db: Temporarily Revert "[InlineAdvisor] New inliner ad...
Eric Christopher via All-commits
all-commits at lists.llvm.org
Fri Jul 17 14:59:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ae08dbc67326eaebefef7f4401767ddf7583c9b0
https://github.com/llvm/llvm-project/commit/ae08dbc67326eaebefef7f4401767ddf7583c9b0
Author: Eric Christopher <echristo at gmail.com>
Date: 2020-07-17 (Fri, 17 Jul 2020)
Changed paths:
M llvm/include/llvm/Analysis/InlineAdvisor.h
R llvm/include/llvm/Analysis/ReplayInlineAdvisor.h
M llvm/lib/Analysis/CMakeLists.txt
M llvm/lib/Analysis/InlineAdvisor.cpp
R llvm/lib/Analysis/ReplayInlineAdvisor.cpp
M llvm/lib/Transforms/IPO/SampleProfile.cpp
R llvm/test/Transforms/SampleProfile/Inputs/inline-replay.txt
R llvm/test/Transforms/SampleProfile/inline-replay.ll
Log Message:
-----------
Temporarily Revert "[InlineAdvisor] New inliner advisor to replay inlining from optimization remarks"
as it is failing the inline-replay.ll test as well as sanitizers/Werror
from returning a stack local variable.
This reverts commit 029946b112684c27b27f7c2d7554f22b33ae1e0b.
More information about the All-commits
mailing list