summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/CodeGenPrepare/dom-tree.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-151-1/+1
| | | | | | | | | compiler identification lines in test-cases. (Doing so only because it's then easier to search for references which are actually important and need fixing.) llvm-svn: 351200
* Keep CodeGenPrepare from preserving the domtree.George Burgess IV2016-03-221-0/+41
CGP modifies the domtree in some cases, so saying that it preserves the domtree is a lie. We'll be able to selectively preserve it with the new pass manager. Differential Revision: http://reviews.llvm.org/D16893 llvm-svn: 264099
OpenPOWER on IntegriCloud