This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 14a3520 GlobalISel: handle 1-element aggregates during ABI lowering. new bcadc27 GlobalISel: improve translation fallback for constants. new ad46a07 GlobalISel: make G_CONSTANT take a ConstantInt rather than int64_t.
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/MachineIRBuilder.h | 13 ++++++++++++ lib/CodeGen/GlobalISel/IRTranslator.cpp | 6 ++---- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 2 +- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 22 +++++++++++++++++--- lib/Target/AArch64/AArch64InstructionSelector.cpp | 3 +++ test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 23 ++++++++++++++++----- .../AArch64/GlobalISel/arm64-instructionselect.mir | 6 +++--- .../AArch64/GlobalISel/arm64-irtranslator.ll | 24 +++++++++++----------- .../AArch64/GlobalISel/call-translator-ios.ll | 8 ++++---- test/CodeGen/AArch64/GlobalISel/call-translator.ll | 10 ++++----- .../AArch64/GlobalISel/irtranslator-exceptions.ll | 2 +- test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 2 +- .../AArch64/GlobalISel/legalize-constant.mir | 24 +++++++++++----------- test/CodeGen/AArch64/GlobalISel/translate-gep.ll | 14 ++++++------- 14 files changed, 101 insertions(+), 58 deletions(-)