llvm-project/llvm/test/Transforms/LoopPredication
Jamie Schmeiser 5e3ac79690 Loop names used in reporting can grow very large
Summary:
The code for generating a name for loops for various reporting scenarios
created a name by serializing the loop into a string.  This may result in
a very large name for a loop containing many blocks.  Use the getName()
function on the loop instead.

Author: Jamie Schmeiser <schmeise@ca.ibm.com>
Reviewed By: Whitney (Whitney Tsang), aeubanks (Arthur Eubanks)
Differential Revision: https://reviews.llvm.org/D133587
2022-09-09 13:45:14 -04:00
..
basic.ll [SCEVExpander] Drop poison generating flags when reusing instructions 2021-11-29 15:23:34 -08:00
basic_widenable_branch_guards.ll
invalidate-analyses.ll Loop names used in reporting can grow very large 2022-09-09 13:45:14 -04:00
invariant_load.ll
nested.ll
predicate-exits.ll
preserve-bpi.ll Loop names used in reporting can grow very large 2022-09-09 13:45:14 -04:00
profitability.ll
reverse.ll
unswitch-exit-loop.ll
visited.ll
widened.ll