[llvm] [DependenceAnalysis][NFC] Removing PossiblyLoopIndependent parameter (PR #124615)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 6 13:21:29 PST 2025
================
@@ -3586,8 +3586,8 @@ bool DependenceInfo::invalidate(Function &F, const PreservedAnalyses &PA,
// Care is required to keep the routine below, getSplitIteration(),
// up to date with respect to this routine.
std::unique_ptr<Dependence>
-DependenceInfo::depends(Instruction *Src, Instruction *Dst,
- bool PossiblyLoopIndependent) {
----------------
CongzheUalberta wrote:
I see, then probably would be better to keep it as it is.
https://github.com/llvm/llvm-project/pull/124615
More information about the llvm-commits
mailing list