summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/MemorySSA/debugvalue2.ll
Commit message (Collapse)AuthorAgeFilesLines
* [MemorySSA] Do not create memoryaccesses for debug info intrinsics.Alina Sbirlea2019-09-101-0/+54
Summary: Do not model debuginfo intrinsics in MemorySSA. Regularly these are non-memory modifying instructions. With -disable-basicaa, they were being modelled as Defs. Reviewers: george.burgess.iv Subscribers: aprantl, Prazek, sanjoy.google, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D67307 llvm-svn: 371565
OpenPOWER on IntegriCloud