This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1c01e2d [RuntimeDyld] Thread Error through some APIs, remove calls to [...] new 4b34e97 [mips][microMIPS] Implement LH, LHE, LHU and LHUE instruction [...] new d20d564 Strengthen type assertion for ISD::VSELECT ensuring that the [...] new 87b374b [AVX512] Strengthen type checks on the X86ISD::SELECT node. S [...] new 4e48490 [AVX512] Strengthen type constraints on my rounding mode inpu [...]
The 4 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: include/llvm/Target/TargetSelectionDAG.td | 2 +- lib/Target/Mips/MicroMips32r6InstrInfo.td | 8 +++- lib/Target/Mips/MicroMipsInstrFormats.td | 7 ++-- lib/Target/Mips/MicroMipsInstrInfo.td | 21 ++++++++-- lib/Target/Mips/MipsInstrInfo.td | 23 +++++++---- lib/Target/X86/X86InstrAVX512.td | 11 ++--- lib/Target/X86/X86InstrFragmentsSIMD.td | 50 +++++++++++++++-------- test/CodeGen/Mips/llvm-ir/lh_lhu.ll | 32 +++++++++++++++ test/MC/Disassembler/Mips/micromips32r6/valid.txt | 4 ++ test/MC/Disassembler/Mips/micromips64r6/valid.txt | 4 ++ test/MC/Mips/micromips/invalid.s | 16 ++++++++ test/MC/Mips/micromips32r6/invalid.s | 16 ++++++++ test/MC/Mips/micromips32r6/valid.s | 4 ++ test/MC/Mips/micromips64r6/invalid.s | 16 ++++++++ test/MC/Mips/micromips64r6/valid.s | 4 ++ test/MC/Mips/mips32r6/invalid.s | 16 ++++++++ test/MC/Mips/mips64r6/invalid.s | 16 ++++++++ 17 files changed, 209 insertions(+), 41 deletions(-) create mode 100644 test/CodeGen/Mips/llvm-ir/lh_lhu.ll