This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 71895e64c48 [AMDGPU][MC] Corrected parsing of FLAT offset modifier new d43c943215b [MIPS GlobalISel] Register bank select for G_STORE. Select [...]
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/MipsLegalizerInfo.cpp | 4 + lib/Target/Mips/MipsRegisterBankInfo.cpp | 269 ++++++++++++++++++++- lib/Target/Mips/MipsRegisterBankInfo.h | 76 ++++++ test/CodeGen/Mips/GlobalISel/legalizer/store.mir | 98 ++++++++ test/CodeGen/Mips/GlobalISel/llvm-ir/store.ll | 27 +++ .../Mips/GlobalISel/regbankselect/store.mir | 100 ++++++++ 6 files changed, 569 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/store.mir create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/store.ll create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/store.mir