ContainBlockStoreAddress on arm64 can remove handles #76552
Labels
arch-arm64
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
The armarch version of
Lowering::ContainBlockStoreAddress
has tiny inlined version ofTryCreateAddrMode
that seems like it needs to be audited. In addition to the issue in #76532, it can also remove handles.We should figure out if we can replace it with (a subset of)
TryCreateAddrMode
, and otherwise at least fix the handle issue.category:correctness
theme:lower
skill-level:intermediate
cost:small
impact:small
The text was updated successfully, but these errors were encountered: