This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ffd66b23e66 [ELF] Fix GCC8 warnings about "fall through", NFCI new 2f4a0fcb84d [mips] Fix CPU used in the test case to suppress warning. NFC new 4113ee0fb7a [MIPS][microMIPS] Fix PseudoMTLOHI_MM matching and expansion new 5fd3b9019a6 [DAG] Move integer setcc %x, %x folding into FoldSetCC
The 3 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/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 ++ lib/CodeGen/SelectionDAG/TargetLowering.cpp | 7 +-- lib/Target/Mips/MipsDSPInstrInfo.td | 4 +- lib/Target/Mips/MipsSEInstrInfo.cpp | 3 ++ test/CodeGen/AArch64/fast-isel-cmp-vec.ll | 13 ++--- .../CodeGen/Mips/micromips-pseudo-mtlohi-expand.ll | 63 ++++++++++++++++++++++ test/CodeGen/Mips/no-odd-spreg-msa.ll | 4 +- test/CodeGen/Thumb2/cross-rc-coalescing-2.ll | 2 +- test/CodeGen/X86/widen_compare-1.ll | 4 +- 9 files changed, 84 insertions(+), 20 deletions(-) create mode 100644 test/CodeGen/Mips/micromips-pseudo-mtlohi-expand.ll