llvm-project/llvm/test/Transforms/SimpleLoopUnswitch
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
..
ARM
2006-06-13-SingleEntryPHI.ll
2006-06-27-DeadSwitchCase.ll
2007-05-09-Unreachable.ll
2007-05-09-tl.ll
2007-07-12-ExitDomInfo.ll
2007-07-13-DomInfo.ll
2007-07-18-DomInfo.ll
2007-08-01-Dom.ll
2007-08-01-LCSSA.ll
2007-10-04-DomFrontier.ll
2008-06-02-DomInfo.ll
2008-06-17-DomFrontier.ll
2010-11-18-LCSSA.ll
2011-06-02-CritSwitch.ll
2011-09-26-EHCrash.ll
2012-04-02-IndirectBr.ll
2012-04-30-LoopUnswitch-LPad-Crash.ll
2012-05-20-Phi.ll
2015-09-18-Addrspace.ll
LIV-loop-condtion.ll [SimpleLoopUnswitch] Freeze trivial conditions if needed. 2022-04-30 19:53:36 +01:00
PGO-nontrivial-unswitch.ll [SimpleLoopUnswitch] Skip non-trivial unswitching of cold functions 2022-09-06 19:13:31 -04:00
PGO-nontrivial-unswitch2.ll [SimpleLoopUnswitch] Skip non-trivial unswitching of cold functions 2022-09-06 19:13:31 -04:00
basictest-profmd.ll
basictest.ll
callbr.ll [LoopInfo] Allow cloning of callbr 2022-07-19 09:57:28 +02:00
catchswitch.ll
cleanuppad.ll
copy-metadata.ll
crash.ll
dead-blocks-uses-in-unreachablel-blocks.ll
delete-dead-blocks.ll
endless-unswitch.ll
exponential-behavior.ll
exponential-nontrivial-unswitch-nested.ll
exponential-nontrivial-unswitch-nested2.ll
exponential-nontrivial-unswitch.ll
exponential-nontrivial-unswitch2.ll
exponential-switch-unswitch.ll
formDedicatedAfterTrivial1.ll
formDedicatedAfterTrivial2.ll
formDedicatedAfterTrivial3.ll
guards.ll
implicit-null-checks.ll
infinite-loop.ll
msan.ll
nontrivial-unswitch-cost.ll
nontrivial-unswitch-freeze.ll Recommit "[SimpleLoopUnswitch] Collect either logical ANDs/ORs but not both." 2022-05-09 13:49:12 +01:00
nontrivial-unswitch-markloopasdeleted.ll Loop names used in reporting can grow very large 2022-09-09 13:45:14 -04:00
nontrivial-unswitch-redundant-switch.ll
nontrivial-unswitch-trivial-select.ll [SimpleLoopUnswitch] Always skip trivial select and set condition. 2022-05-26 09:46:24 +01:00
nontrivial-unswitch.ll Recommit "[SimpleLoopUnswitch] Collect either logical ANDs/ORs but not both." 2022-05-09 13:49:12 +01:00
options.ll
partial-unswitch-mssa-threshold.ll
partial-unswitch-update-memoryssa.ll
partial-unswitch.ll
pipeline.ll
pr37888.ll
preserve-analyses.ll
preserve-scev-exiting-multiple-loops.ll
trivial-unswitch-freeze-individual-conditions.ll Recommit "[SimpleLoopUnswitch] Collect either logical ANDs/ORs but not both." 2022-05-09 13:49:12 +01:00
trivial-unswitch-iteration.ll
trivial-unswitch-logical-and-or.ll [SimpleLoopUnswitch] Skip trivial selects during trivial unswitching. 2022-05-19 17:01:13 +01:00
trivial-unswitch-profmd.ll
trivial-unswitch.ll [SimpleLoopUnswitch] Freeze individual OR/AND operands. 2022-05-01 20:11:05 +01:00
update-scev.ll