commit | f31eba649422082783a19bb6b373f31f10f55de9 | [log] [tgz] |
---|---|---|
author | Alina Sbirlea <asbirlea@google.com> | Wed May 08 17:05:36 2019 +0000 |
committer | Alina Sbirlea <asbirlea@google.com> | Wed May 08 17:05:36 2019 +0000 |
tree | b0f73d40cc275dfaacb603f9987a26247249d11a | |
parent | 9f15718b3dd405adb2477a121e1030a0e81d00fd [diff] |
[MemorySSA] Teach LoopSimplify to preserve MemorySSA. Summary: Preserve MemorySSA in LoopSimplify, in the old pass manager, if the analysis is available. Do not preserve it in the new pass manager. Update tests. Subscribers: nemanjai, jlebar, javed.absar, Prazek, kbarton, zzheng, jsji, llvm-commits, george.burgess.iv, chandlerc Tags: #llvm Differential Revision: https://reviews.llvm.org/D60833 llvm-svn: 360270