This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3455264 [InstCombine] Fixed bug introduced in r282237 new 653861f Add support to optionally limit the size of jump tables. new 51e92d1 [AArch64] Improve add/sub/cmp isel of uxtw forms.
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: include/llvm/Target/TargetLowering.h | 18 ++-- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 38 +++++--- lib/CodeGen/TargetLoweringBase.cpp | 12 +++ lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 5 ++ lib/Target/AArch64/AArch64ISelLowering.cpp | 6 ++ lib/Target/AArch64/AArch64ISelLowering.h | 15 ++++ lib/Target/AArch64/AArch64InstrInfo.td | 9 +- lib/Target/AArch64/AArch64Subtarget.cpp | 1 + lib/Target/AArch64/AArch64Subtarget.h | 3 + test/CodeGen/AArch64/addsub_ext.ll | 109 +++++++++++++++++++++-- test/CodeGen/AArch64/max-jump-table.ll | 94 +++++++++++++++++++ 11 files changed, 278 insertions(+), 32 deletions(-) create mode 100644 test/CodeGen/AArch64/max-jump-table.ll