[PATCH] D158965: [LAA] Analyze pointers forked by a phi
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 1 05:03:23 PDT 2023
fhahn added a comment.
In D158965#4631159 <https://reviews.llvm.org/D158965#4631159>, @Allen wrote:
> ping ?
Please keep the common courtesy ping rate of one week in mind (https://llvm.org/docs/Contributing.html#how-to-submit-a-patch)
================
Comment at: llvm/lib/Analysis/LoopAccessAnalysis.cpp:930
+ } else
+ ScevList.emplace_back(Scev, !isGuaranteedNotToBeUndefOrPoison(Ptr));
+ break;
----------------
Test case for this case?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158965/new/
https://reviews.llvm.org/D158965
More information about the llvm-commits
mailing list