| commit | aa283d80fe7aaa9460e510f20a732f9fbff69ac4 | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <george.burgess.iv@gmail.com> | Thu Jun 14 19:55:53 2018 +0000 |
| committer | George Burgess IV <george.burgess.iv@gmail.com> | Thu Jun 14 19:55:53 2018 +0000 |
| tree | 6e98abb444fed226d46bfae97eed66259bd6747a | |
| parent | f85ca6abee7351aa5d059d7ec241e1ac016c59fb [diff] |
[MSSA] Print more optimization information 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