[llvm] [Loads] Support dereferenceable assumption with variable size. (PR #128436)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 13:49:09 PST 2025


================
@@ -334,9 +342,11 @@ bool llvm::isDereferenceableAndAlignedInLoop(
 
   Value *Base = nullptr;
   APInt AccessSize;
+  const SCEV *AccessSizeSCEV = nullptr;
----------------
fhahn wrote:

Replaced the PtrDiff use below with `AccessSizeSCEV`, thanks

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


More information about the llvm-commits mailing list