According to the v-spec, the source and destination VR of vmv<nr>r.v should be aligned for the VR group size.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D115720
[RISCV] Fix whole vector register move instruction's vector register constraint. ClosedPublic Authored by jacquesguan on Dec 14 2021, 4:14 AM.
Details Summary According to the v-spec, the source and destination VR of vmv<nr>r.v should be aligned for the VR group size.
Diff Detail
Event TimelineHerald added subscribers: VincentWu, luke957, achieveartificialintelligence and 24 others. · View Herald TranscriptDec 14 2021, 4:14 AM This revision is now accepted and ready to land.Dec 15 2021, 12:26 PM This revision was landed with ongoing or failed builds.Dec 15 2021, 6:59 PM Closed by commit rGd3c2ad154ec8: [RISCV] Fix whole vector register move instruction's vector register constraint. (authored by jacquesguan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 394719 llvm/lib/Target/RISCV/RISCVInstrInfoV.td
llvm/test/MC/RISCV/rvv/invalid.s
|