Displaying 1 result from an estimated 1 matches for "1000479".
2008 Sep 19
5
[LLVMdev] PassManager Dependence Question
Let's say I have an analysis pass that's dependent on another analysis pass
(getAnalysisUsage does the appropraite things).
So Pass Y depends on Pass X.
If some transformation pass depends on Pass Y and Pass Y has not been
invalidated by another other pass BUT Pass X _has_ been invalidated by some
other pass, what happens?
I can imagine two likely paths in the current implementation