[PATCH] D135086: [NFC][RISCV] Move getSEWLMULRatio function to header

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 10:41:23 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp:191
+  bool Fractional;
+  std::tie(LMul, Fractional) = RISCVVType::decodeVLMUL(VLMul);
+
----------------
Is the namespace qualifier on `decodeVLMUL` still needed?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135086



More information about the llvm-commits mailing list