Displaying 2 results from an estimated 2 matches for "readclaus".
Did you mean:
readclass
2009 Feb 13
3
[LLVMdev] loop passes vs call graph
...take care of rebuilding the call graph
before calling the inliner on an SCC whose functions have been
changed? I don't see any evidence of this happening.
I've attached the full output from -debug-pass=Executions
-debug-only=inline. You can see that the loop pass manager modifies
function readClause(), and then the inliner decides to inline
readClause() into parse_DIMACS_main(), but I don't think the call
graph is being rebuilt in between those two points.
Any ideas?
Thanks,
Jay.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: executions
Type: applica...
2009 Feb 13
0
[LLVMdev] loop passes vs call graph
...aph
> before calling the inliner on an SCC whose functions have been
> changed? I don't see any evidence of this happening.
>
>
> I've attached the full output from -debug-pass=Executions
> -debug-only=inline. You can see that the loop pass manager modifies
> function readClause(), and then the inliner decides to inline
> readClause() into parse_DIMACS_main(), but I don't think the call
> graph is being rebuilt in between those two points.
>
> Any ideas?
>
> Thanks,
> Jay.
>