[NFC][RISCV] Move vmsge{u}.vx processing to RISCVAsmParser.
authorHsiangkai Wang <kai.wang@sifive.com>
Fri, 1 Jan 2021 16:29:40 +0000 (00:29 +0800)
committerHsiangkai Wang <kai.wang@sifive.com>
Sat, 2 Jan 2021 00:42:53 +0000 (08:42 +0800)
commite4337159e3d1c70b1ec58f43fa59c9f0fd693e51
treee4f4cf8ddc0e36a4070163f396c4a6b1a7448096
parent34489da81b39972b40d2ff5581fe48911339406e
[NFC][RISCV] Move vmsge{u}.vx processing to RISCVAsmParser.

We could expand vmsge{u}.vx pseudo instructions in RISCVAsmParser.
It is more appropriate to expand it before encoding.

Differential Revision: https://reviews.llvm.org/D93968
llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
llvm/test/MC/RISCV/rvv/compare.s