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-mainline-allmodconfig in repository toolchain/ci/llvm-monorepo.
from b78f9a06fdd [NFC] Reuse variables instead of re-calling getParent adds 62368bc223e [MIPS GlobalISel] Select G_SELECT adds fc692923648 [NFC] Use utility function for guards detection adds c5a4f2708b3 [AMDGPU] Regenerate i64 shift tests.
No new revisions were added by this update.
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 +- llvm/test/CodeGen/AMDGPU/lshl64-to-32.ll | 105 ++++++++++--- .../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 +++++++++ 10 files changed, 518 insertions(+), 30 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