[PATCH] D152937: [RISCV] Document overview of vector psuedos [nfc]
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 14 23:31:56 PDT 2023
frasercrmck added a comment.
Generally not sure about the commenting style - I don't think this usage necessitates C-style comments as described here: https://llvm.org/docs/CodingStandards.html#comment-formatting
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfo.h:326
+ and tablegen flags drive the interpretation.
+ * _MASK - See _TU, differs in the existance of a mask operand and the
+ overlap constraint mentioned above.
----------------
existance -> existence
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152937/new/
https://reviews.llvm.org/D152937
More information about the llvm-commits
mailing list