[llvm] [LAA] Keep pointer checks on partial analysis (PR #139719)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 3 07:06:05 PDT 2025


================
@@ -654,7 +655,8 @@ class RuntimePointerChecking {
 /// For memory dependences that cannot be determined at compile time, it
 /// generates run-time checks to prove independence.  This is done by
 /// AccessAnalysis::canCheckPtrAtRT and the checks are maintained by the
-/// RuntimePointerCheck class.
+/// RuntimePointerCheck class. AllowPartial determines whether partial checks
----------------
artagnon wrote:

\p AllowPartial to aid Doxygen?

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


More information about the llvm-commits mailing list