[llvm] [InferAlignment] Increase alignment in masked load / store instrinsics if known (PR #156057)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 22 06:30:06 PDT 2025
jhuber6 wrote:
Thanks for reporting, seems your case causes it to think the alignment is `-1` which rounds to `0` when set, which isn't considered valid. I think infinite alignment shows up on null pointers, so I probably need to verify that and not update it.
https://github.com/llvm/llvm-project/pull/156057
More information about the llvm-commits
mailing list