This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9d30ef9 [Power9] Processor Model for Scheduling new f2838d8 [ARM] GlobalISel: Select i8 and i16 copies new 07b3834 [ARM] GlobalISel: Allow i8 and i16 adds new ce4dc1f [ARM] GlobalISel: Lower i8 and i16 register args new af01848 [ARM] GlobalISel: Minor style fixup in test new 7678e12 [ARM] GlobalISel: Add more checks to test
The 5 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/ARM/ARMCallLowering.cpp | 25 +++++-- lib/Target/ARM/ARMInstructionSelector.cpp | 11 ++- lib/Target/ARM/ARMLegalizerInfo.cpp | 7 +- .../ARM/GlobalISel/arm-instruction-select.mir | 85 ++++++++++++++++++++-- test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 38 ++++++++-- test/CodeGen/ARM/GlobalISel/arm-isel.ll | 22 +++++- test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 53 +++++++++++++- test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 54 ++++++++++++++ 8 files changed, 272 insertions(+), 23 deletions(-)