Displaying 3 results from an estimated 3 matches for "af1c9f13".
2012 Dec 31
0
[LLVMdev] Trying out Loop Vectorizer
On Mon, Dec 31, 2012 at 3:26 PM, Nadav Rotem <nrotem at apple.com> wrote:
>
> On Dec 31, 2012, at 11:57 AM, Benjamin Kramer <benny.kra at gmail.com> wrote:
>
> I'm not entirely sure why this is the case, the target specific stuff for
> opt is still very new, but at the moment you have to explicitly set a
> triple for opt so it can access target-specific bits to
2013 Jan 01
1
[LLVMdev] Trying out Loop Vectorizer
...____
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130101/af1c9f13/attachment.html>
2012 Dec 31
3
[LLVMdev] Trying out Loop Vectorizer
On Dec 31, 2012, at 11:57 AM, Benjamin Kramer <benny.kra at gmail.com> wrote:
> I'm not entirely sure why this is the case, the target specific stuff for opt is still very new, but at the moment you have to explicitly set a triple for opt so it can access target-specific bits to estimate the cost of vectorization.
I think that this is a good opportunity to discuss this topic. At