search for: aliasanalysismanager

Displaying 2 results from an estimated 2 matches for "aliasanalysismanager".

2015 Jun 13
7
[LLVMdev] AliasAnalysis refactoring for the new pass manager
...efactoring the alias analysis layers to remove the usage of analysis groups and make the logic sharable between old and new pass managers, and I have a couple of questions below. As background, the overall plan that I've discussed with Hal and a few others previously is as follows: - Create an AliasAnalysisManager which is provided by a normal analysis pass. - Use type erasure to register classes which conform to the core AliasAnalysis concept with the AliasAnalysisManager. - The concept will consist solely of the virtual methods currently on AliasAnalysis -- all the helpers and such will just be directly pr...
2015 Jun 15
2
[LLVMdev] AliasAnalysis refactoring for the new pass manager
...alias analysis layers to remove the usage of analysis groups and make the logic sharable between old and new pass managers, and I have a couple of questions below. > > As background, the overall plan that I've discussed with Hal and a few others previously is as follows: > - Create an AliasAnalysisManager which is provided by a normal analysis pass. > - Use type erasure to register classes which conform to the core AliasAnalysis concept with the AliasAnalysisManager. > - The concept will consist solely of the virtual methods currently on AliasAnalysis -- all the helpers and such will just be d...