llvm-project/polly/lib
Michael Kruse d6c2ca8dd2 [DeLICM] Avoid assertion on out-of-quota.
An assertion was not prepared to be passed a nullptr because the
out-of-quota limit was exceeded.  Bail-out before the assertion
since the assertion does not apply on out-of-quote.

This fixes llvm.org/PR37477.

llvm-svn: 332488
2018-05-16 16:39:51 +00:00
..
Analysis [ScopInfo] Remove usage of isl_set_n_basic_set() 2018-05-16 14:05:03 +00:00
CodeGen [polly] Update uses of DEBUG macro to LLVM_DEBUG. 2018-05-15 13:37:17 +00:00
Exchange
External Remove keep/take/give from isl C++ bindings 2018-04-29 00:57:43 +00:00
Support [DeLICM] Avoid assertion on out-of-quota. 2018-05-16 16:39:51 +00:00
Transform [polly] Update uses of DEBUG macro to LLVM_DEBUG. 2018-05-15 13:37:17 +00:00
CMakeLists.txt
Polly.cpp