Files
clang-p2996/llvm/lib/CodeGen/MIRPrinter.cpp
Matthias Braun 252ba8e3fb NFC: Refactor MIRPrinter into state struct and functions (#140317)
Moves `MIRPRinter` and `MIPrinter` fields into a new `MFPrintState`
struct. Turns methods into independent functions.

- This slightly simplifies the code.
- In the future this will allow to pass the state around to other printing functions
   without the need to expose classes in the public headers.
2025-05-17 08:08:12 -07:00

37 KiB