[PATCH] D93578: [RISCV] Upgrade RISC-V V extension MC to v1.0-08a0b46.
Hsiangkai Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 20 14:58:30 PST 2020
HsiangKai added inline comments.
================
Comment at: llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:2310
- Opcode == RISCV::VSBC_VXM || Opcode == RISCV::VFMERGE_VFM ||
- Opcode == RISCV::VMERGE_VIM || Opcode == RISCV::VMERGE_VVM ||
- Opcode == RISCV::VMERGE_VXM)
----------------
craig.topper wrote:
> Why is this being dropped? This was a bug fix I just earlier this week. I don't think vmerge can ever V0 as a destination and the parser previously crashed on it.
I could not find the description that the destination of vmerge could not be V0 as I scanned the V specification. So, I remove it. Maybe I misread the specification. We should confirm it first.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93578/new/
https://reviews.llvm.org/D93578
More information about the llvm-commits
mailing list