This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-defconfig in repository toolchain/ci/llvm-monorepo.
from b78f9a06fdd [NFC] Reuse variables instead of re-calling getParent adds 62368bc223e [MIPS GlobalISel] Select G_SELECT new fc692923648 [NFC] Use utility function for guards detection
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: llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 19 ++- llvm/lib/Target/Mips/MipsInstructionSelector.cpp | 9 ++ llvm/lib/Target/Mips/MipsLegalizerInfo.cpp | 5 + llvm/lib/Target/Mips/MipsRegisterBankInfo.cpp | 7 + llvm/lib/Transforms/Scalar/LoopPredication.cpp | 6 +- .../Mips/GlobalISel/instruction-select/select.mir | 72 +++++++++ .../CodeGen/Mips/GlobalISel/legalizer/select.mir | 172 +++++++++++++++++++++ .../test/CodeGen/Mips/GlobalISel/llvm-ir/select.ll | 83 ++++++++++ .../Mips/GlobalISel/regbankselect/select.mir | 70 +++++++++ 9 files changed, 432 insertions(+), 11 deletions(-) create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/instruction-select/select.mir create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/legalizer/select.mir create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/select.ll create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/regbankselect/select.mir