[llvm] [DA] remove constraint propagation (PR #160924)

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 19 08:13:57 PST 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff origin/main HEAD --extensions h,cpp -- llvm/include/llvm/Analysis/DependenceAnalysis.h llvm/lib/Analysis/DependenceAnalysis.cpp --diff_from_common_commit
``````````

:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/include/llvm/Analysis/DependenceAnalysis.h b/llvm/include/llvm/Analysis/DependenceAnalysis.h
index 37e995432..85c9af4ff 100644
--- a/llvm/include/llvm/Analysis/DependenceAnalysis.h
+++ b/llvm/include/llvm/Analysis/DependenceAnalysis.h
@@ -931,7 +931,6 @@ private:
   /// of the Constraints X and Y. Returns true if X has changed.
   bool intersectConstraints(Constraint *X, const Constraint *Y);
 
-
   /// findCoefficient - Given a linear SCEV,
   /// return the coefficient corresponding to specified loop.
   /// If there isn't one, return the SCEV constant 0.

``````````

</details>


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


More information about the llvm-commits mailing list