[all-commits] [llvm/llvm-project] 73b1da: [MIPS] Implement MIPS3D vector instructions
Simon Atanasyan via All-commits
all-commits at lists.llvm.org
Tue Mar 17 07:18:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 73b1da16051349557e0155eea6a54f70f4075ea8
https://github.com/llvm/llvm-project/commit/73b1da16051349557e0155eea6a54f70f4075ea8
Author: Simon Atanasyan <simon at atanasyan.com>
Date: 2020-03-17 (Tue, 17 Mar 2020)
Changed paths:
M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
M llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
M llvm/lib/Target/Mips/Mips.td
M llvm/lib/Target/Mips/MipsInstrFPU.td
M llvm/lib/Target/Mips/MipsSchedule.td
M llvm/lib/Target/Mips/MipsScheduleGeneric.td
M llvm/lib/Target/Mips/MipsScheduleP5600.td
M llvm/lib/Target/Mips/MipsSubtarget.h
M llvm/lib/Target/Mips/MipsTargetStreamer.h
A llvm/test/MC/Mips/mips3d/valid.s
M llvm/test/MC/Mips/mips64r6/invalid-mips5-wrong-error.s
M llvm/test/MC/Mips/mips64r6/invalid-mips5.s
Log Message:
-----------
[MIPS] Implement MIPS3D vector instructions
Patch by Michael Roe.
Differential Revision: https://reviews.llvm.org/D76247
More information about the All-commits
mailing list