This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b284f3407f0 [AMDGPU] Fix std::array initializers to avoid warnings with [...] new 8e4472e3d03 [INLINER] allow inlining of blockaddresses if sole uses are [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/LazyCallGraph.h | 25 ++++++++-- lib/Analysis/InlineCost.cpp | 27 +++++++---- test/Transforms/Inline/blockaddress.ll | 79 ++++++++++++++++++++++++++++++++ test/Transforms/Inline/callbr.ll | 54 ++++++++++++++++++++++ unittests/Analysis/LazyCallGraphTest.cpp | 29 ++++++++++++ 5 files changed, 199 insertions(+), 15 deletions(-) create mode 100644 test/Transforms/Inline/callbr.ll