summaryrefslogtreecommitdiffstats
path: root/llvm/test/Other/debugcounter-predicateinfo.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PredicateInfo] Use custom mangling to support ssa_copy with unnamed types.Florian Hahn2018-07-241-2/+2
| | | | | | | | | | | | | | | | | | This is a workaround and it would be better to fix this generally, but doing it generally is quite tricky. See D48541 and PR38117. Doing it in PredicateInfo directly allows us to use the type address to differentiate different unnamed types, because neither the created declarations nor the ssa_copy calls should be visible after PredicateInfo got destroyed. Reviewers: efriedma, davide Reviewed By: efriedma Differential Revision: https://reviews.llvm.org/D49126 llvm-svn: 337828
* NewGVN: Add debug counter for value numberingDaniel Berlin2017-03-011-0/+39
llvm-svn: 296665
OpenPOWER on IntegriCloud