LLVM Backend Optimization Pass: Alias Analysis
AliasAnalysis.html gives a basic introduction to alias analysis: Alias Analysis (also known as Pointer Analysis) is used to determine whether two pointers refer to the same object
AliasAnalysis.html gives a basic introduction to alias analysis: Alias Analysis (also known as Pointer Analysis) is used to determine whether two pointers refer to the same object