llvm-project/polly/lib
Eli Friedman 127e0cd21b Don't check side effects for functions outside of SCoP
In r304074 we introduce a patch to accept results from side effect free
functions into SCEV modeling. This causes rejection of cases where the
call is happening outside the SCoP. This patch checks if the call is
outside the Region and treats the results as a parameter (SCEVType::PARAM)
to the SCoP instead of returning SCEVType::INVALID.

Patch by Sameer Abu Asal.

llvm-svn: 305423
2017-06-14 22:43:28 +00:00
..
Analysis [Polly] [ScopDetection] Allow passing multiple functions to `-polly-only-func`. 2017-06-09 08:23:40 +00:00
CodeGen [Polly] [PPCGCodeGeneration] Skip Scops which contain function pointers. 2017-06-12 11:41:09 +00:00
Exchange Fix a lot of typos. NFC. 2017-06-08 12:06:15 +00:00
External [isl-cpp] Remove isl/mat.h and add insert_partial_schedule 2017-06-11 04:39:21 +00:00
Support Don't check side effects for functions outside of SCoP 2017-06-14 22:43:28 +00:00
Transform Fix a lot of typos. NFC. 2017-06-08 12:06:15 +00:00
CMakeLists.txt [Polly][NewPM] Reenable ScopPassManager unittest 2017-05-23 11:28:50 +00:00
Polly.cpp Drop '@brief' from doxygen comments 2016-09-02 06:33:33 +00:00