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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
- Buildable 17899 - Build 17899: arc lint + arc unit