[JIT] ARM64 - Fixed regressions for `GT_NEG` containment (#85230)
authorWill Smith <lol.tihan@gmail.com>
Wed, 26 Apr 2023 07:08:06 +0000 (00:08 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Apr 2023 07:08:06 +0000 (00:08 -0700)
commit7a70d5a0795825f538cc1a070affd7dcdd568c48
treee396dd3f67e9165364f10eb59a40da974a524390
parent2677eb26595966013d73d6d04e4350ecb09b71b3
[JIT] ARM64 - Fixed regressions for `GT_NEG` containment (#85230)

* Fixed regressions for 'GT_NEG' containment on ARM64

* Containing NEG is only valid for EQ and NE.

* Update codegenarm64.cpp

* Formatting
src/coreclr/jit/codegenarm64.cpp
src/coreclr/jit/lowerarmarch.cpp
src/tests/JIT/Regression/JitBlue/Runtime_85225/Runtime_85225.cs [new file with mode: 0644]
src/tests/JIT/Regression/JitBlue/Runtime_85225/Runtime_85225.csproj [new file with mode: 0644]