[clang] [clang]MveEmitter:Pass Args as const references (PR #89202)
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 21 03:22:06 PDT 2024
================
@@ -728,7 +728,7 @@ class IRIntrinsicResult : public Result {
std::vector<const Type *> ParamTypes;
std::vector<Ptr> Args;
IRIntrinsicResult(StringRef IntrinsicID, std::vector<const Type *> ParamTypes,
----------------
RKSimon wrote:
std::vector<const Type *> ParamTypes?
https://github.com/llvm/llvm-project/pull/89202
More information about the cfe-commits
mailing list