search for: sourceir

Displaying 2 results from an estimated 2 matches for "sourceir".

Did you mean: sourcedir
2003 Nov 10
0
[LLVMdev] Re: Alias Analysis Design & Implementation and LLVM
...analysis that assumes any local variables that do not have their address taken in any way (var ref in parameter list, addressOf operator, etc) should be considered to not alias anyone other variable references. - To write even this most simple alias analysis in OA we must define an interface to the SourceIR (ROSE/Sage or Open64/Whirl or LLVM) that allows us to query the necessary information. >>> Because of this, there was no need to implement a dataflow framework, >>> though doing so would not be hard. However, I'm not aware of any >>> analysis which requires traditio...
2003 Nov 06
2
[LLVMdev] Re: Alias Analysis Design & Implementation and LLVM
On Thu, 6 Nov 2003, Michelle Strout wrote: > I think some clarifications and examples would be helpful. No problem. :) > - LLVM is in SSA. It is in SSA before alias analysis has been > >>>> performed. With OA, it has been mentioned that the SSA generation > >>>> is > >>>> incorrect because it doesn't take alias analysis information into