================ @@ -334,9 +342,11 @@ bool llvm::isDereferenceableAndAlignedInLoop( Value *Base = nullptr; APInt AccessSize; + const SCEV *AccessSizeSCEV = nullptr; ---------------- david-arm wrote: This seems to be unused https://github.com/llvm/llvm-project/pull/128436