diff options
author | Madhur Amilkanthwar <madhura@nvidia.com> | 2025-01-23 10:41:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-23 10:41:54 +0530 |
commit | d15f3e828d3d3335aa9b92b9013a590b71e56b92 (patch) | |
tree | f7678cbb6485b8025d68fa534bf32d8f1e32db9b /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | de209fa11b5455155228bcdba012b6074388b917 (diff) | |
download | llvm-d15f3e828d3d3335aa9b92b9013a590b71e56b92.zip llvm-d15f3e828d3d3335aa9b92b9013a590b71e56b92.tar.gz llvm-d15f3e828d3d3335aa9b92b9013a590b71e56b92.tar.bz2 |
[LoopInterchange] Constrain LI within supported loop nest depth (#118656)
This patch is an extension to #115128.
After profiling LLVM test-suite, I see a lot of loop nest of depth more
than `MaxLoopNestDepth` which is 10. Early exit for them would save
compile-time as it would avoid computing DependenceInfo and CacheCost.
Please see 'bound-max-depth' branch on compile-time-tracker.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions