Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add writeonly IR attribute | Nicolai Haehnle | 2016-07-04 | 1 | -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 |