[clang] [llvm] [InferAlignment] Propagate alignment between loads/stores of the same base pointer (PR #145733)

Drew Kersnar via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 5 09:10:43 PDT 2025


dakersnar wrote:

Good call, they were not being handled correctly. Taking the `abs` of the offsets before calling `getLimitedValue` should do the trick as far as I can reason.

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


More information about the llvm-commits mailing list