Files
llvm-project/llvm/lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp
Rahul Joshi 26f962465e [LLVM][CodeGen] Remove pass initialization calls from pass constructors (#173061)
- Remove pass initialization calls from pass constructors.
- For some passes, add the initialization to `initializeCodeGen` or
`initializeGlobalISel`.
- Remove redundant initializations from llc and X86 target for some
passes.
2026-01-21 08:44:51 -08:00

3.4 KiB