[llvm] [CGData][GlobalIsel][Legalizer][DAG][MC][AsmParser][X86][AMX] Use `std::move` to avoid copy (PR #118068)

via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 29 03:52:22 PST 2024


================
@@ -42,8 +42,8 @@ struct StableFunction {
   StableFunction(stable_hash Hash, const std::string FunctionName,
                  const std::string ModuleName, unsigned InstCount,
----------------
abhishek-kaushik22 wrote:

I didn't make that change but if it is required, I can fix it here or in another PR.

https://github.com/llvm/llvm-project/pull/118068


More information about the llvm-commits mailing list