[PATCH] D152937: [RISCV] Document overview of vector pseudos [nfc]
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 22 06:59:01 PDT 2023
asb accepted this revision.
asb added a comment.
Left a tiny nit comment, but looks good (and indeed, very helpful!) to me.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td:47
+/// about the value of VTYPE.
+/// * For fields which do impact register classes (and a few bits of
+/// legacy - see policy discussion below), we define a family of pseudo
----------------
Nit, should either change the item above to `*`, or change this one to `2)` for consistency.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152937/new/
https://reviews.llvm.org/D152937
More information about the llvm-commits
mailing list