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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110507/ef2cf909/attachment.html>
On May 7, 2011, at 9:27 AM, George Baah wrote:> 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.Hi George, There is currently no way to do that. Feel free to hack up the code in your local tree. -Chris