1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/AsmParser
Nicolai Haehnle fe1657d8ae Add writeonly IR attribute
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
2016-07-04 08:01:29 +00:00
..
CMakeLists.txt
LLLexer.cpp Add writeonly IR attribute 2016-07-04 08:01:29 +00:00
LLLexer.h
LLParser.cpp Add writeonly IR attribute 2016-07-04 08:01:29 +00:00
LLParser.h IR: Introduce local_unnamed_addr attribute. 2016-06-14 21:01:22 +00:00
LLToken.h Add writeonly IR attribute 2016-07-04 08:01:29 +00:00
LLVMBuild.txt
Parser.cpp [AsmParser] Expose an API to parse a string starting with a type. 2016-03-08 00:37:07 +00:00