Nicolai Hähnle 15fbe08f7c
CFGPrinter: fix accidentally quadratic behavior (#125396)
Initialize a ModuleStateTracker at most once per BasicBlock instead of
once per Instruction. When the CFG info is provided, it is initialized
once per function.
2025-02-06 08:38:37 +01:00
..