This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4385104c44f [ARC] Better classify add/sub immediate instructions in fra [...] new 751d75d6830 Auto-generate an existing test to make it easier to update new 1a446d1577d [GlobalISel][AArch64] Add partial selection support for G_I [...]
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: lib/Target/AArch64/AArch64InstructionSelector.cpp | 39 +++++++ lib/Target/AArch64/AArch64LegalizerInfo.cpp | 8 ++ lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 12 +++ .../GlobalISel/legalizer-info-validation.mir | 2 +- .../GlobalISel/regbank-insert-vector-elt.mir | 113 +++++++++++++++++++++ .../GlobalISel/select-insert-vector-elt.mir | 106 +++++++++++++++++++ test/CodeGen/X86/hoist-invariant-load.ll | 73 ++++++++++++- 7 files changed, 350 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/regbank-insert-vector-elt.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/select-insert-vector-elt.mir