search for: 8e5801e6

Displaying 2 results from an estimated 2 matches for "8e5801e6".

2013 May 12
0
[LLVMdev] Predicated Vector Operations
...the model that is relevant here is something that isn't in LLVM today -- masked loads and stores. And that was what inspired my original question. =D -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130512/8e5801e6/attachment.html>
2013 May 09
2
[LLVMdev] Predicated Vector Operations
Dan Gohman <dan433584 at gmail.com> writes: > But I don't understand why defining this as not being a data race > would complicate things. I'm assuming the mask values are > statically known. Can you explain a bit more? > > It's an interesting question for autovectorization, for example. > > Thread A: > for (i=0;i<n;++i) > if (i&1)