summaryrefslogtreecommitdiffstats
path: root/polly/test/ForwardOpTree/noforward_load_conditional.ll
Commit message (Collapse)AuthorAgeFilesLines
* [test] Add descriptions and pseudocode to tests. NFC.Michael Kruse2017-08-081-0/+15
| | | | llvm-svn: 310385
* [ForwardOpTree] Use known array content analysis to forward load instructions.Michael Kruse2017-08-071-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
OpenPOWER on IntegriCloud