This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b01616e1642 Change Comments SmallVector to std::vector in DebugLocStream [NFC] new bc20418018b [MIPS GlobalISel] Add MSA registers to fprb. Select vector [...]
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 | 44 +++--- lib/Target/Mips/MipsLegalizerInfo.cpp | 49 ++++++- lib/Target/Mips/MipsRegisterBankInfo.cpp | 34 ++++- lib/Target/Mips/MipsRegisterBanks.td | 2 +- .../instruction-select/load_store_vec.mir | 156 +++++++++++++++++++++ .../Mips/GlobalISel/legalizer/load_store_vec.mir | 144 +++++++++++++++++++ .../Mips/GlobalISel/llvm-ir/load_store_vec.ll | 80 +++++++++++ .../GlobalISel/regbankselect/load_store_vec.mir | 150 ++++++++++++++++++++ 8 files changed, 633 insertions(+), 26 deletions(-) create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/load_store_vec.mir create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/load_store_vec.mir create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/load_store_vec.ll create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/load_store_vec.mir