Hi All,
I would like to get access to GVN’s value graph and use it in our pass.
However, I do not see a .h file for GVN. Is there a way to get access to the value graph?
I assume that the value is encoded in the value table. Thanks.
George
Hi All,
I would like to get access to GVN’s value graph and use it in our pass.
However, I do not see a .h file for GVN. Is there a way to get access to the value graph?
I assume that the value is encoded in the value table. Thanks.
George
Hi George,
There is currently no way to do that. Feel free to hack up the code in your local tree.
-Chris