Displaying 2 results from an estimated 2 matches for "66a38c65".
Did you mean:
66736c65
2013 May 23
0
[LLVMdev] LLVM Loop Vectorizer puzzle
...el.
If I'm not mistaken, ivdep predates ANSI C. Also if I'm not mistaken, ivdep
originated at Cray... way before vectors were cool. ;)
-Cameron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130523/66a38c65/attachment.html>
2013 May 23
3
[LLVMdev] LLVM Loop Vectorizer puzzle
On May 23, 2013, at 8:52 AM, "Redmond, Paul" <paul.redmond at intel.com> wrote:
>
> !0 = metadata !{ metadata !1, metadata !2 }
> !1 = metadata !{ metadata !"llvm.loop.parallel" }
> !2 = metadata !{ metadata !"llvm.vectorization.vector_width", i32 8 }
>
> I'm not even sure you would need the llvm.loop.parallel anymore since the