[all-commits] [llvm/llvm-project] 5b1592: [NFC][llvm-exegesis] LLVMState: only store referen...

Roman Lebedev via All-commits all-commits at lists.llvm.org
Sat Dec 17 06:11:10 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5b1592b5c50e71d54382a400264f3539a4aad9a1
      https://github.com/llvm/llvm-project/commit/5b1592b5c50e71d54382a400264f3539a4aad9a1
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    M llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp
    M llvm/tools/llvm-exegesis/lib/LlvmState.cpp
    M llvm/tools/llvm-exegesis/lib/LlvmState.h

  Log Message:
  -----------
  [NFC][llvm-exegesis] LLVMState: only store references to reg/op names

We know that the original reference from which we've built these maps
will persist, so we do not need to copy the names.




More information about the All-commits mailing list