summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/DependenceAnalysis/Constraints.ll
Commit message (Collapse)AuthorAgeFilesLines
* [DA][NewPM] Add a printerpass and port the testsuitePhilip Pfaffe2019-01-081-0/+1
| | | | | | | | | The new-pm version of DA is untested. Testing requires a printer, so add that and use it in the existing DA tests. Differential Revision: https://reviews.llvm.org/D56386 llvm-svn: 350624
* Fix a memory corruption in Dependency Analysis.Karthik Bhat2015-03-101-0/+103
This crash occurs due to memory corruption when trying to update dependency direction based on Constraints. This crash was observed during lnt regression of Polybench benchmark test case dynprog. Review: http://reviews.llvm.org/D8059 llvm-svn: 231788
OpenPOWER on IntegriCloud