[all-commits] [llvm/llvm-project] 9d0db4: [VE] Add vector shift instructions
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Mon Oct 26 08:30:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9d0db405b57b892d5dad75549dea942c337e9f0d
https://github.com/llvm/llvm-project/commit/9d0db405b57b892d5dad75549dea942c337e9f0d
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-10-27 (Tue, 27 Oct 2020)
Changed paths:
M llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
M llvm/lib/Target/VE/VEInstrVec.td
A llvm/test/MC/VE/VSFA.s
A llvm/test/MC/VE/VSLA.s
A llvm/test/MC/VE/VSLAX.s
A llvm/test/MC/VE/VSLD.s
A llvm/test/MC/VE/VSLL.s
A llvm/test/MC/VE/VSRA.s
A llvm/test/MC/VE/VSRAX.s
Log Message:
-----------
[VE] Add vector shift instructions
Add VSLL/VSLD/VSRL/VSLA/VSLAX/VSRA/VSRAX/VSFA instructionss. Add
additonal AsmParser for VSLD special operand. Also add regression
tests.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D90143
More information about the All-commits
mailing list