Hi All
I am trying to figure out how to run CSE within my pass (in the middle after making changes to the CFG), however it seems like the CSE pass functionality is not exposed. Any suggestions? Am I missing something?
Thanks
-Adel
Hi All
I am trying to figure out how to run CSE within my pass (in the middle after making changes to the CFG), however it seems like the CSE pass functionality is not exposed. Any suggestions? Am I missing something?
Thanks
-Adel
In general, I think you may want to consider
if possible.
That may not always work, however.