[llvm] [LAA] Perform checks for no-wrap separately from getPtrStride. (PR #126971)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 13:24:08 PST 2025


================
@@ -813,16 +813,102 @@ static bool hasComputableBounds(PredicatedScalarEvolution &PSE, Value *Ptr,
   return AR->isAffine();
 }
 
+/// Try to compute the stride for \p AR. Used by getPtrStride.
+static std::optional<int64_t>
----------------
preames wrote:

Can you recommit this extraction and rebase?

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


More information about the llvm-commits mailing list