diff options
author | Daniel Neilson <dneilson@azul.com> | 2018-05-11 20:04:50 +0000 |
---|---|---|
committer | Daniel Neilson <dneilson@azul.com> | 2018-05-11 20:04:50 +0000 |
commit | f6651d4d9438e185ae92c55978c11700dce45cee (patch) | |
tree | b0592b3f7194052a7262556b6054b01acf44b9ec /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | b262a0489b095a3e4470a6503ca3071390b3c60c (diff) | |
download | bcm5719-llvm-f6651d4d9438e185ae92c55978c11700dce45cee.tar.gz bcm5719-llvm-f6651d4d9438e185ae92c55978c11700dce45cee.zip |
[InstCombine] Handle atomic memset in the same way as regular memset
Summary:
This change adds handling of the atomic memset intrinsic to the
code path that simplifies the regular memset. In practice this means
that we will now also expand a small constant-length atomic memset
into a single unordered atomic store.
Reviewers: apilipenko, skatkov, mkazantsev, anna, reames
Reviewed By: reames
Subscribers: reames, llvm-commits
Differential Revision: https://reviews.llvm.org/D46660
llvm-svn: 332132
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions