summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/ScalarEvolution/scev-dispositions.ll
Commit message (Collapse)AuthorAgeFilesLines
* [SCEV] Tweak the output format and content of -analyzeSanjoy Das2016-05-031-10/+10
| | | | | | | | | | | | | In the "LoopDispositions:" section: - Instead of printing out a list, print out a "dictionary" to make it obvious by inspection which disposition is for which loop. This is just a cosmetic change. - Print dispositions for parent _and_ sibling loops. I will use this to write a test case. llvm-svn: 268405
* [SCEV] When printing via -analysis, dump loop dispositionSanjoy Das2016-05-011-0/+73
There are currently some bugs in tree around SCEV caching an incorrect loop disposition. Printing out loop dispositions will let us write whitebox tests as those are fixed. The dispositions are printed as a list in "inside out" order, i.e. innermost loop first. llvm-svn: 268177
OpenPOWER on IntegriCloud