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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 13:24:01 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>
----------------
fhahn wrote:

Done in 424fcc5df7d7ba1db3d83023885dcbaf33a49b39, thanks

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


More information about the llvm-commits mailing list