The nf field of the RVV vector load/store whole register instructions
(Section 7.9) "encodes the number of vector registers to transfer,
numbered successively after the base". Or, the log2 of the number of
registers to transfer. We were previously encoding it naively as
1/2/4/8, the last of which doesn't even fit in the 3-bit field.
Details
Details
- Reviewers
HsiangKai craig.topper evandro rogfer01
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo