Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify note that compilers may need to change vtype for vmv<nr>r.v
In a similar vein to 856fe5b, this note states that compilers don't need to "know or change vtype" for whole vector register moves. There's some truth to this in that compilers can largely ignore SEW and LMUL, but ultimately they do depend on vtype and the current wording might be misleading. A compiler may in fact need to change vtype to clear vill, see: llvm/llvm-project#114518
- Loading branch information