diff options
author | Nicolai Hähnle <nicolai.haehnle@amd.com> | 2025-02-06 08:38:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-06 08:38:37 +0100 |
commit | 15fbe08f7c01763332f40f2018fcd70ecbf80e91 (patch) | |
tree | 31a969a80cc36dd0c5947a8ccb92260782e9f3b4 /llvm/lib/Bitcode | |
parent | 6567122a057ab2992b9a68b674e14f073a3c9e59 (diff) | |
download | llvm-15fbe08f7c01763332f40f2018fcd70ecbf80e91.zip llvm-15fbe08f7c01763332f40f2018fcd70ecbf80e91.tar.gz llvm-15fbe08f7c01763332f40f2018fcd70ecbf80e91.tar.bz2 |
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.
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions