Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [test] Add descriptions and pseudocode to tests. NFC. | Michael Kruse | 2017-08-08 | 1 | -0/+15 |
| | | | | llvm-svn: 310385 | ||||
* | [ForwardOpTree] Use known array content analysis to forward load instructions. | Michael Kruse | 2017-08-07 | 1 | -0/+39 |
This is an addition to the -polly-optree pass that reuses the array content analysis from DeLICM to find array elements that contain the same value as the value loaded when the target statement instance is executed. The analysis is now enabled by default. The known content analysis could also be used to rematerialize any llvm::Value that was written to some array element, but currently only loads are forwarded. Differential Revision: https://reviews.llvm.org/D36380 llvm-svn: 310279 |