summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/Lint/noalias-readonly.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Lint] Permit aliasing noalias readonly argumentsJosh Stone2019-04-231-0/+40
Summary: If two arguments are both readonly, then they have no memory dependency that would violate noalias, even if they do actually overlap. Reviewers: hfinkel, efriedma Reviewed By: efriedma Subscribers: efriedma, hiraditya, llvm-commits, tstellar Tags: #llvm Differential Revision: https://reviews.llvm.org/D60239 llvm-svn: 359047
OpenPOWER on IntegriCloud