[PATCH] D95781: [RISCV] Add new vector instructions in v0.10.

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 01:45:15 PST 2021


frasercrmck added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td:1222
+multiclass VPseudoLoadMask {
+  foreach mti = AllMasks in
+  {
----------------
Brace on newline seems to differ from the rest of the file (at least in the lines above and below)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95781



More information about the llvm-commits mailing list