Re: [Autovect]dependencies of virtual defs/uses

2007-02-15 Thread Jiahua He
2007/2/15, Dorit Nuzman <[EMAIL PROTECTED]>: "Jiahua He" <[EMAIL PROTECTED]> wrote on 12/02/2007 22:54:08: > Oh, I see. For reduction and induction, you don't need to deal with > the condition with vdef. I am considering how to implement an idiom > with vdef, like SCAN (prefix sum). And by the w

Re: [Autovect]dependencies of virtual defs/uses

2007-02-15 Thread Dorit Nuzman
"Jiahua He" <[EMAIL PROTECTED]> wrote on 12/02/2007 22:54:08: > Oh, I see. For reduction and induction, you don't need to deal with > the condition with vdef. I am considering how to implement an idiom > with vdef, like SCAN (prefix sum). And by the way, do you support > idioms with vuses? > You

Re: [Autovect]dependencies of virtual defs/uses

2007-02-12 Thread Mike Stump
On Feb 12, 2007, at 12:54 PM, Jiahua He wrote: Oh, I see. For reduction and induction, you don't need to deal with the condition with vdef. I am considering how to implement an idiom with vdef, like SCAN (prefix sum). And by the way, do you support idioms with vuses? Jiahua 2007/2/12, Dorit Nu

Re: [Autovect]dependencies of virtual defs/uses

2007-02-12 Thread Jiahua He
Oh, I see. For reduction and induction, you don't need to deal with the condition with vdef. I am considering how to implement an idiom with vdef, like SCAN (prefix sum). And by the way, do you support idioms with vuses? Jiahua 2007/2/12, Dorit Nuzman <[EMAIL PROTECTED]>: > Thanks! In fact, I

Re: [Autovect]dependencies of virtual defs/uses

2007-02-12 Thread Dorit Nuzman
> Thanks! In fact, I should ask how to deal with idiom (such as > reduction, induction) recognition for virtual defs/uses. > Just curious - what is this for? (are you interested in this in the context of vectorization? is there a specific example you have in mind?) dorit > Jiahua > > > 2007/2/12

Re: [Autovect]dependencies of virtual defs/uses

2007-02-12 Thread Dorit Nuzman
> On 2/12/07, Jiahua He <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am reading the code of autovect branch and curious about how to deal > > with the dependencies of virtual defs/uses. In the function > > vect_analyze_scalar_cycles( ), I found the statement "Skip virtual > > phi's. The data depend

Re: [Autovect]dependencies of virtual defs/uses

2007-02-12 Thread Jiahua He
Thanks! In fact, I should ask how to deal with idiom (such as reduction, induction) recognition for virtual defs/uses. Jiahua 2007/2/12, Daniel Berlin <[EMAIL PROTECTED]>: On 2/12/07, Jiahua He <[EMAIL PROTECTED]> wrote: > Hi, > > I am reading the code of autovect branch and curious about how

Re: [Autovect]dependencies of virtual defs/uses

2007-02-12 Thread Daniel Berlin
On 2/12/07, Jiahua He <[EMAIL PROTECTED]> wrote: Hi, I am reading the code of autovect branch and curious about how to deal with the dependencies of virtual defs/uses. In the function vect_analyze_scalar_cycles( ), I found the statement "Skip virtual phi's. The data dependences that are associat

[Autovect]dependencies of virtual defs/uses

2007-02-12 Thread Jiahua He
Hi, I am reading the code of autovect branch and curious about how to deal with the dependencies of virtual defs/uses. In the function vect_analyze_scalar_cycles( ), I found the statement "Skip virtual phi's. The data dependences that are associated with virtual defs/uses ( i.e., memory accesses)