Displaying 3 results from an estimated 3 matches for "296fd718".
2008 Aug 29
1
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
...in the code itself.
This requires the GCD Analysis test to provide interface to evaluate
expression on demand. SCEV also does the same thing.
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080829/296fd718/attachment.html>
2008 Aug 29
0
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
Hi,
On Fri, 2008-08-29 at 09:24 -0700, Devang Patel wrote:
[...]
> - Put various tests, DeltaTest, in lib/Analysis folder. The
> transformation pass does not need to see these details.
I believe some low-level tests should actually not be implemented as a
separate Analysis but placed into Support. For instance, DeltaTest would
use GCD or other tests on a different set of indexes once
2008 Aug 29
5
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
On Aug 21, 2008, at 1:37 AM, Wojciech Matyjewicz wrote:
> I am investigating what changes are necessary to add support for
> first-class structs and arrays and will prepare a version to check
> in as
> a LLVM project if there still is interest.
We want to model this as an analysis and make following changes.
- Rename LoopMemDepAnalysis as DataDependenceAnalysis. Various