[llvm] [Loads] Check loop-varying pointer in isDereferenceableAndAlignedInLoop. (PR #120962)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 05:00:14 PST 2025
fhahn wrote:
I put up https://github.com/llvm/llvm-project/pull/123196 to consider UseDerefAtPointSemantics in isDereferenceableAndAlignedPointer when using assumptions.
As a first step, checking that the function doesn't free should be enough to avoid too many regressions?
https://github.com/llvm/llvm-project/pull/120962
More information about the llvm-commits
mailing list