This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7d583cafa64 Revert of 357063 [AMDGPU][MC] Corrected handling of tied sr [...] new 939c1838410 Re-commit r355490 "[CodeGen] Omit range checks from jump ta [...]
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: lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 91 ++++++++------------ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 3 +- test/CodeGen/AArch64/switch-unreachable-default.ll | 99 ++++++++++++++++++++++ test/CodeGen/X86/pr38743.ll | 24 +++--- test/CodeGen/X86/switch-jump-table.ll | 8 +- 5 files changed, 153 insertions(+), 72 deletions(-) create mode 100644 test/CodeGen/AArch64/switch-unreachable-default.ll