[PATCH] D137427: [RISCV][Codegen] Account for LMUL in Vector Mask instructions

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 18:47:05 PST 2022


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoV.td:723
+          Sched<[WriteVMALUV_UpperBound, ReadVMALUV_UpperBound,
+            ReadVMALUV_UpperBound]>;
 }
----------------
Line this up after the bracket on the previous line. Similar to parens in C.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137427



More information about the llvm-commits mailing list