This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 17eef45fa87 [SLP] add test for over-vectorization (PR33958); NFC new 6d3a2c9e60d AMDGPU: Move MnemonicAlias out of instruction def hierarchy new c77e9347357 [mips] Fix decoding of microMIPS JALX instruction
The 2 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/Target/AMDGPU/VOP1Instructions.td | 7 ++++ lib/Target/AMDGPU/VOP2Instructions.td | 6 ++-- lib/Target/AMDGPU/VOP3Instructions.td | 25 +++------------ lib/Target/AMDGPU/VOPInstructions.td | 11 +++---- lib/Target/Mips/Disassembler/MipsDisassembler.cpp | 16 ++++++++++ lib/Target/Mips/MicroMipsInstrInfo.td | 9 +++--- .../CodeGen/AMDGPU/GlobalISel/inst-select-ashr.mir | 37 +++++++++++----------- .../CodeGen/AMDGPU/GlobalISel/inst-select-lshr.mir | 36 ++++++++++----------- test/CodeGen/AMDGPU/GlobalISel/inst-select-shl.mir | 36 ++++++++++----------- .../Disassembler/Mips/micromips32r3/valid-el.txt | 1 + test/MC/Disassembler/Mips/micromips32r3/valid.txt | 1 + 11 files changed, 96 insertions(+), 89 deletions(-)