[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


================
@@ -2202,6 +2202,11 @@ AAManager PassBuilder::buildDefaultAAPipeline() {
   // The order in which these are registered determines their priority when
   // being queried.
 
+  // 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