search for: 93d3c2a5

Displaying 2 results from an estimated 2 matches for "93d3c2a5".

Did you mean: 3d2c2a5
2013 Nov 14
0
[LLVMdev] Vectorization of loops with conditional dereferencing
...m[i]; then, the store would be a more complicated way to write to memory and you'd need the read-pragma to not affect such cases. cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131114/93d3c2a5/attachment.html>
2013 Nov 14
3
[LLVMdev] Vectorization of loops with conditional dereferencing
I think that the best way to move forward with the vectorization of this loop is to make progress on the vectorization pragmas. The LoopVectorizer is already prepared for handling pragmas and we just need to add the clang-side support. Is anyone planning to work on this ? On Nov 14, 2013, at 2:18 AM, Renato Golin <renato.golin at linaro.org> wrote: > On 1 November 2013 13:40, Hal