Displaying 2 results from an estimated 2 matches for "7a61bdef".
2015 Dec 12
2
RFC: Extending atomic loads and stores to floating point and vector types
...eviews.llvm.org/D15471
Looking at the patch, I think we should do FP only for now as vectors have
extra complexities which IMO warrant more discussion.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151212/7a61bdef/attachment.html>
2015 Dec 11
7
RFC: Extending atomic loads and stores to floating point and vector types
Currently, we limit atomic loads and stores to either pointer or integer
types. I would like to propose that we extend this to allow both
floating point and vector types which meet the other requirements.
(i.e. power-of-two multiple of 8 bits, and aligned)
This will enable a couple of follow on changes:
1) Teaching the vectorizer how to vectorize unordered atomic loads and
stores
2)