This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0818bb870b2 This patch added some test cases to demonsrate the issues d [...] new 64f36b4fec1 [X86][AVX512] Improve vector rotation constant folding tests new 0211f4858a8 Reland r308585 new 3a512afe384 [globalisel][tablegen] Fix an unintended fallthrough that i [...]
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: .../CodeGen/GlobalISel/InstructionSelectorImpl.h | 1 + lib/Target/Mips/MicroMips32r6InstrInfo.td | 5 +--- lib/Target/Mips/Mips32r6InstrInfo.td | 35 +++++++++++++++++++--- lib/Target/Mips/MipsCondMov.td | 8 ++--- lib/Target/Mips/MipsISelLowering.cpp | 31 ++----------------- lib/Target/Mips/MipsISelLowering.h | 6 ++++ lib/Target/Mips/MipsInstrFPU.td | 8 +++++ lib/Target/Mips/MipsSEISelLowering.cpp | 19 +++++++++++- lib/Target/Mips/MipsSEISelLowering.h | 1 + test/CodeGen/Mips/llvm-ir/select-dbl.ll | 32 ++++++++++---------- test/CodeGen/Mips/llvm-ir/select-flt.ll | 30 +++++++++---------- test/CodeGen/Mips/select.ll | 12 ++++---- test/CodeGen/X86/avx512-rotate.ll | 35 ++++++++++++++++++++-- 13 files changed, 141 insertions(+), 82 deletions(-)