[llvm] [AA] Support Running Target Specific AA before BasicAA (PR #125965)
Princeton Ferro via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 17:30:18 PST 2025
================
@@ -752,6 +753,12 @@ bool AAResultsWrapperPass::runOnFunction(Function &F) {
AAR.reset(
new AAResults(getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F)));
+ // For the target need run early target-specific AA, we register it
+ // before basicAA.
----------------
Prince781 wrote:
nit: alternative wording?
> Add any target-specific alias analyses that should be run early.
https://github.com/llvm/llvm-project/pull/125965
More information about the llvm-commits
mailing list