Make atomics GenTreeIndir-derived#93295
Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsThis is the first (zero-diff, hence quirks) part of fixing #92784. We make all atomics There is a bit of a TP diff locally that looks like inlining noise.
|
e8aba0e to
4bb303c
Compare
4bb303c to
783e017
Compare
|
@dotnet/jit-contrib Diffs - none in code, as expected. There is an anomalous TP regression on Windows x64; it is not yet clear why that is - it does not reproduce locally. I will need to pull the latest Edit: I have confirmed the above. |
This is the first (zero-diff, hence quirks) part of fixing #92784.
We make all atomics
OperIsIndir- they are a lot like stores and should share the common machinery likeGTF_IND_NONFAULTINGhandling seamlessly this way.