commit | 936d50aeea856fde070ba17571e48e9713047550 | [log] [tgz] |
---|---|---|
author | Daniel Neilson <dneilson@azul.com> | Wed May 30 20:02:56 2018 +0000 |
committer | Daniel Neilson <dneilson@azul.com> | Wed May 30 20:02:56 2018 +0000 |
tree | 9ece40fa1372e03db704299d40b411094a25acbe | |
parent | 51055730411d61cbeb64f4d08e3077e7beec0a7c [diff] |
[IRBuilder] Add APIs for creating calls to atomic memmove and memset intrinsics. (NFC) Summary: Creating the IRBuilder methods: CreateElementUnorderedAtomicMemSet CreateElementUnorderedAtomicMemMove These mirror the methods that create calls to the regular (non-atomic) memmove and memset intrinsics. llvm-svn: 333588