llvm-project/polly/lib
Michael Kruse e23e94a08d [DeLICM] Add Knowledge class. NFC.
The Knowledge class remembers the state of data at any timepoint of a SCoP's
execution. Currently, it tracks whether an array element is unused or is
occupied by some value, and the writes to it. A future addition will be to also
remember which value it contains.

Objects are used to determine whether two Knowledge contain conflicting
information, i.e. two states cannot be true a the same time.

This commit was extracted from the DeLICM algorithm at
https://reviews.llvm.org/D24716.

llvm-svn: 295197
2017-02-15 16:59:10 +00:00
..
Analysis [ScopDetectDiagnostics] Do not format unnamed array names 2017-02-12 10:53:02 +00:00
CodeGen [BlockGenerator] Use MemoryAccess::getAccessValue to get load instruction 2017-02-09 23:54:23 +00:00
Exchange Perform copying to created arrays according to the packing transformation 2016-09-14 06:26:09 +00:00
External [External] Move lib/JSON to lib/External/JSON. NFC. 2017-02-05 15:26:56 +00:00
Support [Support] Add convertZoneToTimepoints. NFC. 2017-02-04 15:42:17 +00:00
Transform [DeLICM] Add Knowledge class. NFC. 2017-02-15 16:59:10 +00:00
CMakeLists.txt [External] Move lib/JSON to lib/External/JSON. NFC. 2017-02-05 15:26:56 +00:00
Polly.cpp Drop '@brief' from doxygen comments 2016-09-02 06:33:33 +00:00