[llvm] [CGData][GlobalIsel][Legalizer][DAG][MC][AsmParser][X86][AMX] Use `std::move` to avoid copy (PR #118068)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 29 04:26:37 PST 2024
================
@@ -42,8 +42,8 @@ struct StableFunction {
StableFunction(stable_hash Hash, const std::string FunctionName,
const std::string ModuleName, unsigned InstCount,
----------------
RKSimon wrote:
Either is fine
https://github.com/llvm/llvm-project/pull/118068
More information about the llvm-commits
mailing list