summaryrefslogtreecommitdiffstats
path: root/llvm/test/Verifier/writeonly.ll
Commit message (Collapse)AuthorAgeFilesLines
* Add writeonly IR attributeNicolai Haehnle2016-07-041-0/+13
Summary: This complements the earlier addition of IntrWriteMem and IntrWriteArgMem LLVM intrinsic properties, see D18291. Also start using the attribute for memset, memcpy, and memmove intrinsics, and remove their special-casing in BasicAliasAnalysis. Reviewers: reames, joker.eph Subscribers: joker.eph, llvm-commits Differential Revision: http://reviews.llvm.org/D18714 llvm-svn: 274485
OpenPOWER on IntegriCloud