search for: 7253d985

Displaying 3 results from an estimated 3 matches for "7253d985".

2008 Aug 20
0
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
On Aug 20, 2008, at 8:56 AM, David Greene wrote: > What I really need is a dependence analysis interface. I need to know > about loop-carried dependencies and that sort of things, whether two > memory > operations reference the same data, distance information, etc.. As > far as I > can tell, there's no infrastructure for this in LLVM. Right, this is something we've
2008 Aug 20
2
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
...-------------- next part -------------- An embedded message was scrubbed... From: Wojciech Matyjewicz <wmatyjewicz at fastmail.fm> Subject: [LLVMdev] Data dependence analysis Date: Fri, 6 Jun 2008 10:43:32 -0500 Size: 5700 URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080820/7253d985/attachment.eml>
2008 Aug 20
1
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
On Monday 18 August 2008 17:48, David Greene wrote: > > Normally, the conversion to SSA form is sufficient. Can you talk > > about cases where this matters to you? > > Mostly it involves tying into our memory dependence analysis which > annotates things on program points. I need a way to translate back > to our optimizer data structures. > > So it's not