Displaying 1 result from an estimated 1 matches for "basicblockpassmanag".
Did you mean:
basicblockpassmanager
2005 Dec 22
1
[LLVMdev] passmanagert and co improvement...
Okay, I've been studying passmanagert and company for quite a while.
Here are my conclusions.
It's actually not nearly as bad as I thought.
I'll outline the problem as I see it.
We want to be able to manage the way passes traverse things, in
particular a module's worth of functions. As was in your example, we
want inliner and mem2reg calls interleaved, as we traverse functions