llvm-capstone/polly/lib
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
..
Analysis [polly][NFC] Refactor reduction detection code for modularity (#72343) 2023-12-07 14:04:52 -08:00
CodeGen [mlir,polly] Replace uses of IRBuilder::getInt8PtrTy with getPtrTy. NFC 2023-11-27 20:58:25 -08:00
Exchange [polly] Use DenseMap::contains (NFC) 2023-03-14 23:09:18 -07:00
External [polly] [CMake] Link polly-isl-test with LLVMSupport (#65424) 2023-12-25 10:31:09 +00:00
Plugin
Support [PassManagerBuilder] Remove PassManagerBuilder 2023-03-13 09:30:30 -07:00
Transform [polly][ScheduleOptimizer] Reland Fix long compile time(hang) reported in polly (#77280) 2024-01-08 09:48:02 -08:00
CMakeLists.txt [polly] Dynamic libraries are not supported on Cygwin 2023-09-05 14:38:35 -07:00