We could expand vmsge{u}.vx pseudo instructions in RISCVAsmParser.
It is more appropriate to expand it before encoding.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D93968
[NFC][RISCV] Move vmsge{u}.vx processing to RISCVAsmParser. ClosedPublic Authored by HsiangKai on Jan 1 2021, 9:20 AM.
Details Summary We could expand vmsge{u}.vx pseudo instructions in RISCVAsmParser.
Diff Detail
Event TimelineHerald added subscribers: NickHung, apazos, sameer.abuasal and 23 others. · View Herald TranscriptJan 1 2021, 9:20 AM This revision is now accepted and ready to land.Jan 1 2021, 12:04 PM Closed by commit rGe4337159e3d1: [NFC][RISCV] Move vmsge{u}.vx processing to RISCVAsmParser. (authored by HsiangKai). · Explain WhyJan 1 2021, 5:06 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 314235 llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
llvm/test/MC/RISCV/rvv/compare.s
|