Displaying 3 results from an estimated 3 matches for "9e9299a1".
2013 Feb 21
2
[LLVMdev] Parallel Loop Metadata
...c.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo2.ll
Type: application/octet-stream
Size: 1460 bytes
Desc: foo2.ll
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130221/9e9299a1/attachment.obj>
2013 Feb 21
0
[LLVMdev] Parallel Loop Metadata
----- Original Message -----
> From: "Paul Redmond" <paul.redmond at intel.com>
> To: "Pekka Jääskeläinen" <pekka.jaaskelainen at tut.fi>
> Cc: "llvmdev at cs.uiuc.edu Dev" <llvmdev at cs.uiuc.edu>
> Sent: Thursday, February 21, 2013 12:36:50 PM
> Subject: Re: [LLVMdev] Parallel Loop Metadata
>
> The documentation isn't
2013 Feb 21
3
[LLVMdev] Parallel Loop Metadata
The documentation isn't clear about the uniqueness of loop identifier metadata. Should every loop have a unique loop id metadata? I think the answer is yes but I'm not sure how this can be enforced.
A particular case I'm thinking of is something like:
void foo() {
for (...) {
}
}
void bar() {
for (...) {
foo();
}
}
If the loops in foo and bar have the same loop id