Fix implicit nullchecks for floats on arm64 (#66413)
authorEgor Bogatov <egorbo@gmail.com>
Thu, 10 Mar 2022 09:45:58 +0000 (12:45 +0300)
committerGitHub <noreply@github.com>
Thu, 10 Mar 2022 09:45:58 +0000 (12:45 +0300)
commit9030b78f19b363da4ffcaa00d8ae4929b010fd48
treed7410b791a74e9acbf09ba94c5c9bba36e8cfda6
parenta4a6d30517b5b141b3934814100dfb5f20f07d5d
Fix implicit nullchecks for floats on arm64 (#66413)
src/coreclr/jit/compiler.cpp
src/tests/JIT/Regression/JitBlue/Runtime_65942/Runtime_65942.cs [new file with mode: 0644]
src/tests/JIT/Regression/JitBlue/Runtime_65942/Runtime_65942.csproj [new file with mode: 0644]