Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MSSA] Print more optimization information | George Burgess IV | 2018-06-14 | 1 | -4/+4 |
| | | | | | | | | | | | | | | In particular, when asked to print a MemoryAccess, we'll now print where defs are optimized to, and we'll print optimized access types. This patch also introduces an operator<< to make printing AliasResults easier. Patch by Juneyoung Lee! Differential Revision: https://reviews.llvm.org/D47860 llvm-svn: 334760 | ||||
* | MemorySSA: Move to Analysis, from Transforms/Utils. It's used as | Daniel Berlin | 2017-04-11 | 1 | -0/+37 |
Analysis, it has Analysis passes, and once NewGVN is made an Analysis, this removes the cross dependency from Analysis to Transform/Utils. NFC. llvm-svn: 299980 |