Displaying 2 results from an estimated 2 matches for "budsa".
Did you mean:
buda
2010 Jun 29
3
[LLVMdev] Queries of an invalidated AA ModulePass
...s the
analysis usage requirement of
AU.addRequired<AliasAnalysis>();
Additionally I want to point out that it frees the analysis (and it's
deps) for function 'main' but apparently assumes its still valid for
function 'freetree'? However DSAA and it's deps (TDSA, BUDSA) are all
modulepasses, so there is no concept of invalidating it just for a
particular function....
I apologize for the long (and potentially confusing) nature of this
request.... hopefully you're with me still.
As for what to do about this, that's what I'm hoping you good folk
might...
2010 Jun 29
0
[LLVMdev] Queries of an invalidated AA ModulePass
...e requirement of
> AU.addRequired<AliasAnalysis>();
> Additionally I want to point out that it frees the analysis (and it's
> deps) for function 'main' but apparently assumes its still valid for
> function 'freetree'? However DSAA and it's deps (TDSA, BUDSA) are all
> modulepasses, so there is no concept of invalidating it just for a
> particular function....
>
> I apologize for the long (and potentially confusing) nature of this
> request.... hopefully you're with me still.
>
> As for what to do about this, that's what...