[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


================
@@ -371,6 +371,11 @@ class TargetMachine {
   // TODO: Populate all pass names by using <Target>PassRegistry.def.
   virtual void registerPassBuilderCallbacks(PassBuilder &) {}
 
+  /// Allow the target to register early alias analyses(AA before basicAA) with
+  /// the AAManager for use with the new pass manager. Only affects the
+  /// "default" AAManager.
----------------
Prince781 wrote:

nit: change wording to?:
> ... early alias analyses (before basicAA) with ...

https://github.com/llvm/llvm-project/pull/125965


More information about the llvm-commits mailing list