[PATCH] D125893: [RISCV][NFC] Change interface of RVVIntrinsic::getSuffixStr
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 18 15:06:57 PDT 2022
craig.topper added inline comments.
================
Comment at: clang/include/clang/Support/RISCVVIntrinsicUtils.h:346
+ getSuffixStr(BasicType Type, int Log2LMUL,
+ const llvm::ArrayRef<PrototypeDescriptor> &PrototypeDescriptors);
};
----------------
Drop the `const` and the reference
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125893/new/
https://reviews.llvm.org/D125893
More information about the cfe-commits
mailing list