llvm-capstone/polly/test
Karthika Devi C 61968286f9
[polly][ScheduleOptimizer] Reland Fix long compile time(hang) reported in polly (#77280)
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.

Fixed the test that failed in previous commit.

Fixes #69090
2024-01-08 09:48:02 -08:00
..
CodeGen [Polly] Add disjoint flag to some tests (NFC) 2023-12-05 14:37:19 +01:00
DeadCodeElimination [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
DeLICM [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
DependenceInfo [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
FlattenSchedule [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
ForwardOpTree [Polly] Add disjoint flag to some tests (NFC) 2023-12-05 14:37:19 +01:00
IstAstInfo [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
JSONExporter [Polly] Add disjoint flag to some tests (NFC) 2023-12-05 14:37:19 +01:00
MaximalStaticExpansion [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
PruneUnprofitable [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
ScheduleOptimizer [polly][ScheduleOptimizer] Reland Fix long compile time(hang) reported in polly (#77280) 2024-01-08 09:48:02 -08:00
ScopDetect Bug fix for multi-line labels in CFG dot graph 2023-09-05 22:01:51 -07:00
ScopDetectionDiagnostics [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
ScopInfo [Polly] Add disjoint flag to some tests (NFC) 2023-12-05 14:37:19 +01:00
ScopInliner [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
Simplify [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
Support [GlobalOpt] Don't replace the aliasee if it has other references. 2023-04-27 09:53:47 +08:00
Unit [Polly] Remove Polly-ACC. 2023-03-08 17:33:04 -06:00
UnitIsl
CMakeLists.txt [CMake] Avoid LLVM_BINARY_DIR when other more specific variable are better-suited, part 2 2022-09-14 15:48:58 -04:00
create_ll.sh
lit.cfg [Polly] Remove Polly-ACC. 2023-03-08 17:33:04 -06:00
lit.site.cfg.in [Polly] Remove Polly-ACC. 2023-03-08 17:33:04 -06:00
polly.ll
README
update_check.py [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00

place tests here