[all-commits] [llvm/llvm-project] 77bd15: [MachineTraceMetrics][NFC] Move Strategy enum out ...

Anton Sidorenko via All-commits all-commits at lists.llvm.org
Tue Feb 14 05:42:19 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 77bd15ae2fa381e5c017543853d72a3f0cc7ced7
      https://github.com/llvm/llvm-project/commit/77bd15ae2fa381e5c017543853d72a3f0cc7ced7
  Author: Anton Sidorenko <anton.sidorenko at syntacore.com>
  Date:   2023-02-14 (Tue, 14 Feb 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineTraceMetrics.h
    M llvm/lib/CodeGen/EarlyIfConversion.cpp
    M llvm/lib/CodeGen/MachineCombiner.cpp
    M llvm/lib/CodeGen/MachineTraceMetrics.cpp
    M llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp
    M llvm/lib/Target/AArch64/AArch64StorePairSuppress.cpp

  Log Message:
  -----------
  [MachineTraceMetrics][NFC] Move Strategy enum out of the class

Make forward declaration possible to reduce amount of dependencies and reduce
re-compilation burden caused by further patches.

Reviewed By: spatel

Differential Revision: https://reviews.llvm.org/D140539




More information about the All-commits mailing list