[PATCH] D110250: [RISCV] Sync Zvlsseg register order as the same as vector registers.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 7 01:47:12 PDT 2021


HsiangKai added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVRegisterInfo.td:400
+                  !eq(lmul, 4):
+                  [7,
+                   2, 3, 4, 5, 6,
----------------
frasercrmck wrote:
> Are these line breaks intentional?
Yes, I try to group them as (25 ~ 31), (8 ~ 24), (1 ~ 7) after multiply.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110250/new/

https://reviews.llvm.org/D110250



More information about the llvm-commits mailing list