This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1291111e5dd [X86][SSE] Add shuffle combining support for ISD::ANY_EXTEN [...] new adebd9af50f [SimplifyCFG] back out all SwitchInst commits
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/Support/MathExtras.h | 24 +- lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 2 +- lib/Transforms/Utils/SimplifyCFG.cpp | 161 +-- test/Transforms/SimplifyCFG/ARM/cttz-ctlz.ll | 21 +- .../Transforms/SimplifyCFG/ARM/select-trunc-i64.ll | 17 +- .../ARM/switch-to-lookup-table-constant-expr.ll | 24 +- .../SimplifyCFG/ARM/switch-to-lookup-table.ll | 106 +- test/Transforms/SimplifyCFG/CoveredLookupTable.ll | 35 +- .../SimplifyCFG/X86/disable-lookup-table.ll | 55 +- .../SimplifyCFG/X86/speculate-cttz-ctlz.ll | 477 ++----- .../SimplifyCFG/X86/switch-covered-bug.ll | 37 +- .../Transforms/SimplifyCFG/X86/switch-table-bug.ll | 22 +- .../SimplifyCFG/X86/switch_to_lookup_table.ll | 1353 ++++++++------------ test/Transforms/SimplifyCFG/rangereduce.ll | 47 +- test/Transforms/SimplifyCFG/switch-dead-default.ll | 191 +-- test/Transforms/SimplifyCFG/switch-masked-bits.ll | 23 +- .../SimplifyCFG/switch-on-const-select.ll | 191 ++- .../Transforms/SimplifyCFG/switch-range-to-icmp.ll | 79 +- .../SimplifyCFG/switch_create-custom-dl.ll | 592 +++------ test/Transforms/SimplifyCFG/switch_create.ll | 591 +++------ 20 files changed, 1418 insertions(+), 2630 deletions(-)