Hi,
I need to use Value Numbering in my optimization pass. I dont see this being used by any other passes. Please let me know which passes to include in addRequired and how to getAnalysis for value numbering. addRequired<GVN> doesn't seem to work.
Any help is appreciated!
Thanks in advance!
Bhavani