[PATCH] D151326: [Assignment Tracking] Ignore stores to a negative offset from an alloca

J. Ryan Stinnett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 06:22:13 PDT 2023


jryans accepted this revision.
jryans added a comment.
This revision is now accepted and ready to land.

The `llvm.org/PR123`-style link in the patch summary doesn't seem to work. Perhaps for GitHub-only issues you need to use a direct link like https://github.com/llvm/llvm-project/issues/62838?

The patch looks good to me overall, thanks for working on this. I am wondering though... What would happen with a positive-but-still-out-of-bounds offset here?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151326/new/

https://reviews.llvm.org/D151326



More information about the llvm-commits mailing list