This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8617a128fcd [AMDGPU][MC] Corrected handling of tied src for atomic retu [...] new bf3362c6493 [x86] add tests for decrement+sext; NFC new 03b3201cc29 Switch lowering: exploit unreachable fall-through when lowe [...]
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 | 24 +++++- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 + test/CodeGen/AArch64/switch-unreachable-default.ll | 16 ++-- test/CodeGen/X86/sext-i1.ll | 19 +++++ test/CodeGen/X86/switch.ll | 27 +++++++ test/CodeGen/X86/vector-sext.ll | 86 ++++++++++++++++++++++ 6 files changed, 162 insertions(+), 12 deletions(-)