[PATCH] D102268: [RISCV] Move instruction information into the namespace RISCVII (NFC)

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 11 12:34:39 PDT 2021


evandro added inline comments.


================
Comment at: llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h:144
+/// \returns true if there is a SEW operand for the instruction.
+static
+inline bool hasSEWOp(uint64_t TSFlags) {
----------------
craig.topper wrote:
> Why is static on a different line? Did clang-format do that?
No, not `clang-format`, but I did.  I've seen it before though.


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

https://reviews.llvm.org/D102268



More information about the llvm-commits mailing list