Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MemorySSA] Update MSSA for non-conventional AA. | Alina Sbirlea | 2019-09-17 | 1 | -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 |