summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopInfo/run-time-check-many-array-disjuncts.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ScopInfo] Bound the number of array disjuncts in run-time bounds checksTobias Grosser2017-06-251-0/+241
This reduces the compilation time of one reduced test case from Android from 16 seconds to 100 mseconds (we bail out), without negatively impacting any other test case we currently have. We still saw occasionally compilation timeouts on the AOSP buildbot. Hopefully, those will go away with this change. llvm-svn: 306235
OpenPOWER on IntegriCloud