[llvm] [Sink] Allow sinking of loads to distant blocks (PR #135986)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 17 18:21:16 PDT 2025
================
@@ -27,6 +27,21 @@ using namespace llvm;
STATISTIC(NumSunk, "Number of instructions sunk");
STATISTIC(NumSinkIter, "Number of sinking iterations");
+static bool hasStoreConflict(Instruction *Inst, AliasAnalysis &AA,
----------------
LU-JOHN wrote:
Updated to use BatchAA.
https://github.com/llvm/llvm-project/pull/135986
More information about the llvm-commits
mailing list