[PATCH] D93578: [RISCV] Upgrade RISC-V V extension MC to v1.0-08a0b46.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 19 11:19:51 PST 2020
craig.topper added a comment.
Can this be split up? Seems like some of this could be done in independent changes. Like changing LMUL layout. Changing loads. Changing madc.
================
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)
----------------
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.
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