[PATCH] D115720: [RISCV] Fix whole vector register move instruction's vector register constraint.

Jianjian Guan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 14 04:14:40 PST 2021


jacquesguan created this revision.
jacquesguan added reviewers: craig.topper, luismarques, asb, frasercrmck, HsiangKai, khchen.
Herald added subscribers: VincentWu, luke957, achieveartificialintelligence, vkmr, evandro, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya.
jacquesguan requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

According to the v-spec, the source and destination VR of vmv<nr>r.v should be aligned for the VR group size.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115720

Files:
  llvm/lib/Target/RISCV/RISCVInstrInfoV.td
  llvm/test/MC/RISCV/rvv/invalid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115720.394204.patch
Type: text/x-patch
Size: 2973 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211214/0780b782/attachment.bin>


More information about the llvm-commits mailing list