[llvm] [ARM] Record store with pre/post-indexed addressing as `mayStore` (PR #121565)

David Green via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 04:52:24 PST 2025


davemgreen wrote:

Thanks for the fix for this. Does UnmodeledSideEffects not imply MayStore? There are a number of other store instructions (for various architectures) that have UnmodeledSideEffects but not MayStore.

It looks like there is an mca test that needs updating too.

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


More information about the llvm-commits mailing list