summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorAlina Sbirlea <asbirlea@google.com>2019-06-11 18:27:49 +0000
committerAlina Sbirlea <asbirlea@google.com>2019-06-11 18:27:49 +0000
commit3cef1f7d64f29fab5c8d0ce9abf0fa98c75a3c10 (patch)
treea0454831a68aedf8228db5bc20d91302a5f1c084 /llvm/docs/CommandGuide
parente20865c387e09ea0ebd5add15c762cd5271ff65f (diff)
downloadbcm5719-llvm-3cef1f7d64f29fab5c8d0ce9abf0fa98c75a3c10.tar.gz
bcm5719-llvm-3cef1f7d64f29fab5c8d0ce9abf0fa98c75a3c10.zip
Only passes that preserve MemorySSA must mark it as preserved.
Summary: The method `getLoopPassPreservedAnalyses` should not mark MemorySSA as preserved, because it's being called in a lot of passes that do not preserve MemorySSA. Instead, mark the MemorySSA analysis as preserved by each pass that does preserve it. These changes only affect the new pass mananger. Reviewers: chandlerc Subscribers: mehdi_amini, jlebar, Prazek, george.burgess.iv, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D62536 llvm-svn: 363091
Diffstat (limited to 'llvm/docs/CommandGuide')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud