[PATCH] D34885: Add element atomic memset intrinsic
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 30 11:46:52 PDT 2017
efriedma added a comment.
I'm also a little skeptical this is a good idea; the "obvious" intrinsic to provide is one where the size of the value is equal to the atomic element size. The only reason to prefer this version is to slightly reduce the amount of work required to port existing transforms, and that doesn't seem compelling.
https://reviews.llvm.org/D34885
More information about the llvm-commits
mailing list