This patch introduces a helper struct AnalysisGetter to put together analysis getters. In this patch, a getter for AAResult is also added for noalias.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Transforms/IPO/Attributor.cpp | ||
---|---|---|
4113 | Can we move this stuff into the AnalysisGetter as well? e.g., only pass the FAM or even the module manager AM? |
Can we move this stuff into the AnalysisGetter as well? e.g., only pass the FAM or even the module manager AM?