[all-commits] [llvm/llvm-project] e43371: [NFC][RISCV] Move vmsge{u}.vx processing to RISCVA...
Kai Wang via All-commits
all-commits at lists.llvm.org
Fri Jan 1 17:11:11 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e4337159e3d1c70b1ec58f43fa59c9f0fd693e51
https://github.com/llvm/llvm-project/commit/e4337159e3d1c70b1ec58f43fa59c9f0fd693e51
Author: Hsiangkai Wang <kai.wang at sifive.com>
Date: 2021-01-02 (Sat, 02 Jan 2021)
Changed paths:
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
M llvm/test/MC/RISCV/rvv/compare.s
Log Message:
-----------
[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
More information about the All-commits
mailing list