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
- Repository
- rL LLVM
Event Timeline
llvm/lib/Transforms/IPO/Attributor.cpp | ||
---|---|---|
4113 ↗ | (On Diff #220271) | Can we move this stuff into the AnalysisGetter as well? e.g., only pass the FAM or even the module manager AM? |