[LLVMdev] GVN

Owen Anderson resistor at mac.com
Thu Apr 14 10:25:05 PDT 2011


On Apr 14, 2011, at 8:45 AM, George Baah wrote:

> Hi All,
>   Does gvn automatically perform points-to-analysis?

It queries MemoryDependenceAnalysis, which in turn queries AliasAnalysis.

--Owen




More information about the llvm-dev mailing list