[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:05 PDT 2024
================
@@ -660,7 +660,7 @@ class IRBuilderResult : public Result {
std::map<unsigned, std::string> IntegerArgs;
IRBuilderResult(StringRef CallPrefix, std::vector<Ptr> Args,
std::set<unsigned> AddressArgs,
----------------
RKSimon wrote:
std::set<unsigned> AddressArgs?
https://github.com/llvm/llvm-project/pull/89202
More information about the cfe-commits
mailing list