summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/MemorySSA/loop-rotate-disablebasicaa.ll
Commit message (Collapse)AuthorAgeFilesLines
* [MemorySSA] Update MSSA for non-conventional AA.Alina Sbirlea2019-09-171-0/+26
Summary: Regularly when moving an instruction that may not read or write memory, the instruction is not modelled in MSSA, so not action is necessary. For a non-conventional AA pipeline, MSSA needs to explicitly check when creating accesses, so as to not model instructions that may not read and write memory. Reviewers: george.burgess.iv Subscribers: Prazek, sanjoy.google, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D67562 llvm-svn: 372137
OpenPOWER on IntegriCloud