This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bb999154282 [SLP] Look-ahead operand reordering heuristic. new 4878bbd9a20 [GlobalISel][IRTranslator] Change switch table translation [...] new 2cc88925acb [AArch64][GlobalISel] Implement selection support for the n [...]
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/CodeGen/GlobalISel/IRTranslator.h | 76 ++++ include/llvm/CodeGen/SwitchLoweringUtils.h | 30 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 494 ++++++++++++++++++--- lib/CodeGen/SwitchLoweringUtils.cpp | 1 + lib/Target/AArch64/AArch64InstructionSelector.cpp | 45 ++ lib/Target/AArch64/AArch64LegalizerInfo.cpp | 7 + .../GlobalISel/arm64-irtranslator-switch.ll | 273 ++++++++++++ .../AArch64/GlobalISel/arm64-irtranslator.ll | 123 ----- .../GlobalISel/legalizer-info-validation.mir | 2 +- .../AArch64/GlobalISel/select-jump-table-brjt.mir | 125 ++++++ 10 files changed, 994 insertions(+), 182 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/arm64-irtranslator-switch.ll create mode 100644 test/CodeGen/AArch64/GlobalISel/select-jump-table-brjt.mir