[all-commits] [llvm/llvm-project] 794296: [VE] Add vector mask operation instructions
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Wed Oct 28 16:42:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 794296019966901a1d244c1012641dc8bf8d0b8f
https://github.com/llvm/llvm-project/commit/794296019966901a1d244c1012641dc8bf8d0b8f
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-10-29 (Thu, 29 Oct 2020)
Changed paths:
M llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
M llvm/lib/Target/VE/VEInstrVec.td
A llvm/test/MC/VE/ANDM.s
A llvm/test/MC/VE/EQVM.s
A llvm/test/MC/VE/LZVM.s
A llvm/test/MC/VE/NEGM.s
A llvm/test/MC/VE/NNDM.s
A llvm/test/MC/VE/ORM.s
A llvm/test/MC/VE/PCVM.s
A llvm/test/MC/VE/TOVM.s
A llvm/test/MC/VE/VFMF.s
A llvm/test/MC/VE/VFMK.s
A llvm/test/MC/VE/VFMS.s
A llvm/test/MC/VE/XORM.s
Log Message:
-----------
[VE] Add vector mask operation instructions
Add VFMK/VFMS/VFMF/ANDM/ORM/XORM/EQVM/NNDM/NEGM/PCVM/LZVM/TOVM
isntructions. Add regression tests too. Also add new patterns
to parse VFMK/VFMS/VFMF mnemonics.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D90297
More information about the All-commits
mailing list