Displaying 3 results from an estimated 3 matches for "c30cc2fc".
Did you mean:
c303d2fc
2013 Mar 05
2
[LLVMdev] parallel loop metadata simplification
...s ideas on how to refine the llvm.mem metadata generation.
paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ivdep.diff
Type: application/octet-stream
Size: 23634 bytes
Desc: ivdep.diff
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130305/c30cc2fc/attachment.obj>
2013 Mar 03
0
[LLVMdev] parallel loop metadata simplification
----- Original Message -----
> From: "Pekka Jääskeläinen" <pekka.jaaskelainen at tut.fi>
> To: "Tobias Grosser" <tobias at grosser.es>
> Cc: llvmdev at cs.uiuc.edu
> Sent: Sunday, March 3, 2013 11:49:03 AM
> Subject: Re: [LLVMdev] parallel loop metadata simplification
>
> On 03/03/2013 06:43 PM, Tobias Grosser wrote:
> > Very good
2013 Mar 03
2
[LLVMdev] parallel loop metadata simplification
On 03/03/2013 06:43 PM, Tobias Grosser wrote:
> Very good example, indeed. Is there a formal definition of what
> #pragma ivdeps means? I see two options here:
In the previous discussion we could not find a proper
definition for #pragma ivdep so we concluded we can treat it
as a statement of "treat the loop as parallel, I do not expect
any dependency checking by the compiler",