aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/LoopCacheAnalysis.cpp
diff options
context:
space:
mode:
authorStephen Tozer <Stephen.Tozer@Sony.com>2021-05-26 15:27:57 +0100
committerStephen Tozer <Stephen.Tozer@Sony.com>2021-05-26 17:34:05 +0100
commita0bd6105d80698c53ceaa64bbe6e3b7e7bbf99ee (patch)
tree82e43cc0f0d6d7e7c02cd9e7b9fa352ae9749702 /llvm/lib/Analysis/LoopCacheAnalysis.cpp
parent969eefd98e0f8e485148be61190cc2ef62fb1eca (diff)
downloadllvm-a0bd6105d80698c53ceaa64bbe6e3b7e7bbf99ee.zip
llvm-a0bd6105d80698c53ceaa64bbe6e3b7e7bbf99ee.tar.gz
llvm-a0bd6105d80698c53ceaa64bbe6e3b7e7bbf99ee.tar.bz2
[DebugInfo] Limit the number of values that may be referenced by a dbg.value
Following the addition of salvaging dbg.values using DIArgLists to reference multiple values, a case has been found where excessively large DIArgLists are produced as a result of this salvaging, resulting in large enough performance costs to effectively freeze the compiler. This patch introduces an upper bound of 16 to the number of values that may be salvaged into a dbg.value, to limit the impact of these extreme cases to performance. Differential Revision: https://reviews.llvm.org/D103162
Diffstat (limited to 'llvm/lib/Analysis/LoopCacheAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions