llvm-project/polly/lib
Tobias Grosser 021eaef044 Fix a crash in our error reporting
AF = dyn_cast<SCEVAddRecExpr>(Pair.second) may be NULL for some SCEVs that we do
not support. When reporting the error we still want to pass a pointer that is
known to always be non-NULL.

I do not yet have a test case for this, unfortunately.

llvm-svn: 225461
2015-01-08 19:03:10 +00:00
..
Analysis Fix a crash in our error reporting 2015-01-08 19:03:10 +00:00
CodeGen Use explicit StringRef Type 2015-01-07 07:43:34 +00:00
Exchange [Refactor][NfC] Simplify and clean the handling of (new) access relations 2014-10-13 12:58:03 +00:00
JSON Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
Support Make registerPollyPasses public 2015-01-06 20:40:33 +00:00
Transform Dead code elimination: Update dependences after eliminating code 2014-12-17 21:13:55 +00:00
CMakeLists.txt Drop Cloog support 2014-12-02 19:26:58 +00:00
Makefile Drop Cloog support 2014-12-02 19:26:58 +00:00
Polly.cpp Move Pass registration into polly library 2014-03-19 17:54:23 +00:00