This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5afceac624c [SimplifyCFG] NFC, update Switch tests to HEAD so I can see [...] new d3a265fe31e [SimpligyCFG] NFC, remove GCD that was only used for powers of two new ae370185727 [SimplifyCFG] Run ReduceSwitchRange unconditionally, generalize new 1704efdd5fd [SimplifyCFG] ReduceSwitchRange: Improve on the case where [...]
The 3 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/Transforms/Utils/SimplifyCFG.cpp | 160 ++++++++++++--------- .../SimplifyCFG/X86/disable-lookup-table.ll | 20 +-- .../SimplifyCFG/X86/switch-covered-bug.ll | 13 +- .../Transforms/SimplifyCFG/X86/switch-table-bug.ll | 7 +- .../SimplifyCFG/X86/switch_to_lookup_table.ll | 116 +++++++-------- test/Transforms/SimplifyCFG/rangereduce.ll | 47 +++--- test/Transforms/SimplifyCFG/switch-dead-default.ll | 80 +++++++---- 7 files changed, 246 insertions(+), 197 deletions(-)