[llvm] [CodeGen][NewPM] Port `LiveIntervals` to new pass manager (PR #98118)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 04:46:23 PDT 2024
================
@@ -50,445 +51,492 @@ class raw_ostream;
class TargetInstrInfo;
class VirtRegMap;
- class LiveIntervals : public MachineFunctionPass {
----------------
paperchalice wrote:
`clang-format` formats almost entire class after modifying this line.
https://github.com/llvm/llvm-project/pull/98118
More information about the llvm-commits
mailing list