[llvm] [SDAG] Use BatchAAResults for querying alias analysis (AA) results (PR #123934)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 05:34:29 PST 2025


================
@@ -1478,6 +1479,15 @@ bool MachineInstr::mayAlias(AAResults *AA, const MachineInstr &Other,
   return false;
 }
 
+bool MachineInstr::mayAlias(AAResults *AA, const MachineInstr &Other,
----------------
nikic wrote:

Where is the non-BatchAA overload used now?

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


More information about the llvm-commits mailing list