llvm-project/polly/lib
Siddharth Bhat 761e5b9310 [Polly] [PPCGCodeGeneration] Teach `must_kills` to kill scalars that are local to the scop.
- By definition, we can pass something as a `kill` to PPCG if we know
that no data can flow across a kill.
- This is useful for more complex examples where we have scalars that
are local to a scop.
- If the local is only used within a scop, we are free to kill it.

Differential Revision: https://reviews.llvm.org/D35045

llvm-svn: 307260
2017-07-06 13:42:42 +00:00
..
Analysis [NFC] [ScopInfo] fix warning about construction order 2017-07-05 15:07:28 +00:00
CodeGen [Polly] [PPCGCodeGeneration] Teach `must_kills` to kill scalars that are local to the scop. 2017-07-06 13:42:42 +00:00
Exchange Heap allocation for new arrays. 2017-06-28 13:02:43 +00:00
External Bump isl to isl-0.18-768-g033b61ae 2017-07-04 15:54:11 +00:00
Support Introduce a hybrid target to generate code for either the GPU or CPU 2017-06-30 19:42:21 +00:00
Transform Introduce a hybrid target to generate code for either the GPU or CPU 2017-06-30 19:42:21 +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