This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a91ff63def9 Move variable local to where ita used. NFCI. new 98e89d3bb4e [InlineCost] Improve the cost heuristic for Switch new 0bda850299c CMake: ignore git stderr when trying to sort out revision. NFC.
The 2 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: cmake/modules/VersionFromVCS.cmake | 3 +- include/llvm/Analysis/TargetTransformInfo.h | 12 ++ include/llvm/Analysis/TargetTransformInfoImpl.h | 6 + include/llvm/CodeGen/BasicTTIImpl.h | 56 ++++++++++ include/llvm/Support/CMakeLists.txt | 3 +- include/llvm/Target/TargetLowering.h | 71 ++++++++++++ lib/Analysis/InlineCost.cpp | 76 ++++++++++++- lib/Analysis/TargetTransformInfo.cpp | 6 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 135 +++++++---------------- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 19 ++-- lib/CodeGen/TargetLoweringBase.cpp | 16 +++ test/Transforms/Inline/AArch64/switch.ll | 123 +++++++++++++++++++++ 12 files changed, 409 insertions(+), 117 deletions(-) create mode 100644 test/Transforms/Inline/AArch64/switch.ll