[llvm] [DA][NFC] clang-format DependenceAnalysis (PR #151505)
Ryotaro Kasuga via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 6 06:51:58 PDT 2025
================
@@ -1111,7 +1072,10 @@ bool DependenceInfo::isKnownPredicate(ICmpInst::Predicate Pred, const SCEV *X,
}
}
-/// Compare to see if S is less than Size, using isKnownNegative(S - max(Size, 1))
+/// Compare to see if S is less than Size, using
+///
+/// isKnownNegative(S - max(Size, 1))
+///
----------------
kasuga-fj wrote:
I see, then the current format seems better, thanks.
https://github.com/llvm/llvm-project/pull/151505
More information about the llvm-commits
mailing list