[PATCH] D140539: [MachineTraceMetrics][NFC] Move Strategy enum out of the class

Anton Sidorenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 02:53:48 PST 2022


asi-sc created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
asi-sc requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140539

Files:
  llvm/include/llvm/CodeGen/MachineTraceMetrics.h
  llvm/lib/CodeGen/EarlyIfConversion.cpp
  llvm/lib/CodeGen/MachineTraceMetrics.cpp
  llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp
  llvm/lib/Target/AArch64/AArch64StorePairSuppress.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140539.484778.patch
Type: text/x-patch
Size: 4513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221222/8d038e36/attachment.bin>


More information about the llvm-commits mailing list