Displaying 2 results from an estimated 2 matches for "mdbuilder_8h_source".
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