This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a02f17a2d3e Remove MSVC compat hack since the inline keyword was added in 2015 new dbb609e9f2d [AArch64][GlobalISel] Make v4s32 G_IMPLICIT_DEF legal. new 6c2d34c25fb [AArch64][GlobalISel] Add an optimization to select vector [...] new aae431a7be0 [ARM] Make sure to save/restore LR when we use tBfar.
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/Target/AArch64/AArch64InstructionSelector.cpp | 105 +++ lib/Target/AArch64/AArch64LegalizerInfo.cpp | 2 +- lib/Target/ARM/ARMConstantIslandPass.cpp | 3 + lib/Target/ARM/ARMFrameLowering.cpp | 12 +- lib/Target/ARM/ARMMachineFunctionInfo.h | 7 + test/CodeGen/AArch64/GlobalISel/legalize-undef.mir | 8 +- .../AArch64/GlobalISel/opt-shuffle-splat.mir | 110 ++++ test/CodeGen/Thumb/large-fn-switch.ll | 712 +++++++++++++++++++++ 8 files changed, 949 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/opt-shuffle-splat.mir create mode 100644 test/CodeGen/Thumb/large-fn-switch.ll