Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MemorySSA: Stop tracking def-or-use blocks. | Bryant Wong | 2017-04-16 | 1 | -3/+0 |
| | | | | | | | | The tracking is unused, since MemoryPhis are not pruned as of r282419. Differential Revision: https://reviews.llvm.org/D32121 llvm-svn: 300428 | ||||
* | MemorySSA: Move to Analysis, from Transforms/Utils. It's used as | Daniel Berlin | 2017-04-11 | 1 | -0/+2059 |
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 |