aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/WasmObjectFile.cpp
diff options
context:
space:
mode:
authorKarthika Devi C <quic_kartc@quicinc.com>2024-01-03 00:23:29 +0530
committerGitHub <noreply@github.com>2024-01-02 10:53:29 -0800
commitd6c4d4c9b910e8ad5ed7cd4825a143742041c1f4 (patch)
tree1acd4c15aec253ae75de67042a1720353e6686a1 /llvm/lib/Object/WasmObjectFile.cpp
parent3caef46631190fe24b16704fd22185a3083949a5 (diff)
downloadllvm-d6c4d4c9b910e8ad5ed7cd4825a143742041c1f4.zip
llvm-d6c4d4c9b910e8ad5ed7cd4825a143742041c1f4.tar.gz
llvm-d6c4d4c9b910e8ad5ed7cd4825a143742041c1f4.tar.bz2
[polly][ScheduleOptimizer] Fix long compile time(hang) reported in polly (#75141)
There is no upper cap set on current Schedule Optimizer to compute schedule. In some cases a very long compile time taken to compute the schedule resulting in hang kind of behavior. This patch introduces a flag 'polly-schedule-computeout' to pass the capwhich is initialized to 300000. This patch handles the compute out cases by bailing out and exiting gracefully. Fixes #69090
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions