This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bd3b99d5429 Fix unused variable warning. new 68761036ca3 [CodeGen] Peel off the dominant case in switch statement in [...] new a9292a17b1f Make salvageDebugInfo of casts work for dbg.declare and dbg.addr
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: lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 90 +++++++++++++- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 4 + lib/Transforms/Utils/Local.cpp | 22 +++- test/CodeGen/Generic/MachineBranchProb.ll | 9 +- test/CodeGen/SystemZ/loop-03.ll | 2 +- test/CodeGen/X86/switch-bt.ll | 2 +- test/CodeGen/X86/switch-lower-peel-top-case.ll | 135 +++++++++++++++++++++ test/CodeGen/X86/switch.ll | 2 +- .../InstCombine/alloca-cast-debuginfo.ll | 87 +++++++++++++ 9 files changed, 339 insertions(+), 14 deletions(-) create mode 100644 test/CodeGen/X86/switch-lower-peel-top-case.ll create mode 100644 test/Transforms/InstCombine/alloca-cast-debuginfo.ll