[PATCH] D126742: [RISCV][Clang] Support RVV policy functions.
Yeting Kuo via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 2 02:06:33 PDT 2022
fakepaper56 added inline comments.
================
Comment at: clang/lib/Sema/SemaRVVLookup.cpp:329
+
+ auto appendPolicySuffix = [&](std::string suffix) {
+ Name += suffix;
----------------
Using `const std::string &suffix`.
================
Comment at: clang/lib/Support/RISCVVIntrinsicUtils.cpp:876
+
+ auto appendPolicySuffix = [&](std::string suffix) {
+ Name += suffix;
----------------
Using `const std::string &suffix`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126742/new/
https://reviews.llvm.org/D126742
More information about the cfe-commits
mailing list