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

Antonio Frighetto via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 06:12:29 PST 2025


antoniofrighetto wrote:

Updated, thanks! That doesn't look like to be the case for ARM, as UnmodeledSideEffects (setting `hasSideEffects = 1` only) doesn't seem to imply MayStore (I'd personally set it explicitly anyways if it were the case though, for consistency).

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


More information about the llvm-commits mailing list