Optimizations that use Alias Analysis

Dear all,

Does anybody know which optimizations make use of LLVM’s alias analysis infrastructure?

Thanks,
Vitor

Hi Vitor,

That's going to be quite a list. You can get some idea by doing a grep -Rn AliasAnalysis lib on the source tree.

Cheers,
  Roel