[LLVMdev] Invalidating an analysis pass

Eric Zimmerman ezimmerm at uiuc.edu
Mon May 16 12:22:47 PDT 2005


Hi,

How can I rerun an analysis pass in the middle of a function pass?  In
particular, my dominator set needs to be recomputed.

It looks like I can manually edit the dominator set with
getAnalysisToUpdate.  If I could rerun the dominator set pass to get
this info automatically, it would save me some time.  

Thanks.




More information about the llvm-dev mailing list