This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 83a77ba1ffe [mips] Move initGlobalBaseReg to MipsFunctionInfo. NFC new fde64f12d55 [NFC][Codegen] Add/sub constant-folding: add scalar tests too new 8f0fce179ca [NFC][InstCombine] Copy add/sub constant-folding tests from [...] new 32ae7ee8b3d [MIPS GlobalISel] Handle position independent code
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/Mips/MipsCallLowering.cpp | 23 +- lib/Target/Mips/MipsInstructionSelector.cpp | 65 +- lib/Target/Mips/MipsMachineFunction.cpp | 8 + lib/Target/Mips/MipsMachineFunction.h | 1 + lib/Target/Mips/MipsRegisterBankInfo.cpp | 1 + test/CodeGen/AArch64/addsub-constant-folding.ll | 438 ++++++++++--- .../instruction-select/gloal_address_pic.mir | 165 +++++ .../GlobalISel/irtranslator/global_address_pic.ll | 62 ++ .../Mips/GlobalISel/llvm-ir/global_address_pic.ll | 97 +++ .../regbankselect/global_address_pic.mir | 48 ++ test/CodeGen/X86/addsub-constant-folding.ll | 697 ++++++++++++++++++--- .../InstCombine/addsub-constant-folding.ll | 536 ++++++++++++++++ 12 files changed, 1940 insertions(+), 201 deletions(-) create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/gloal_address_pic.mir create mode 100644 test/CodeGen/Mips/GlobalISel/irtranslator/global_address_pic.ll create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/global_address_pic.ll create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/global_address_pic.mir create mode 100644 test/Transforms/InstCombine/addsub-constant-folding.ll