This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ea78572ea0c [LLVM][Alignment] Fix AlignmentTest on platform where size_ [...] new 0682a2c4709 [MIPS GlobalISel] Fold load/store + G_GEP + G_CONSTANT
The 1 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/MipsInstructionSelector.cpp | 25 ++- .../instruction-select/load_store_fold.mir | 214 +++++++++++++++++++++ .../GlobalISel/instruction-select/stack_args.mir | 4 +- test/CodeGen/Mips/GlobalISel/llvm-ir/load.ll | 4 +- .../Mips/GlobalISel/llvm-ir/load_store_fold.ll | 105 ++++++++++ .../GlobalISel/llvm-ir/long_ambiguous_chain_s64.ll | 40 ++-- test/CodeGen/Mips/GlobalISel/llvm-ir/stack_args.ll | 4 +- test/CodeGen/Mips/GlobalISel/llvm-ir/store.ll | 4 +- 8 files changed, 357 insertions(+), 43 deletions(-) create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/load_store_fold.mir create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/load_store_fold.ll