Arm64: Optimize pairs of "str wzr" to "str xzr" by SwapnilGaikwad · Pull Request #84350 · dotnet/runtime

@SwapnilGaikwad

Optimise following patterns

```
stp     wzr, wzr, [x2, #0x08]       =>     str     xzr, [x2, #0x08]
```

and

```
stp     wzr, wzr, [x14, #0x20]
str     xzr, [x14, #0x18]           =>     stp     xzr, xzr, [x14, #0x18]
```

kunalspathak

@ghost ghost locked as resolved and limited conversation to collaborators

May 6, 2023