This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

jacquesguan created this revision.Dec 14 2021, 4:14 AM
jacquesguan requested review of this revision.Dec 14 2021, 4:14 AM
Herald added a project: Restricted Project. · 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
This revision was automatically updated to reflect the committed changes.