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

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 03:33:51 PST 2025


================
@@ -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


More information about the llvm-commits mailing list