JIT: Fix EQ/NE(relop/SETCC, 0) optimization (#83144)
authorJakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>
Thu, 9 Mar 2023 21:02:43 +0000 (22:02 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Mar 2023 21:02:43 +0000 (22:02 +0100)
commita8c0d32d547b0156621168db8f5b70dfd9d12b4a
tree88b934ce13a699f2adc1c2699dae28903dcdcd61
parent3db965d1c9fcc8d9c4bc4c2dc9b644f61e7bb6ce
JIT: Fix EQ/NE(relop/SETCC, 0) optimization (#83144)

Fix #83140
src/coreclr/jit/lower.cpp
src/tests/JIT/Regression/JitBlue/Runtime_83140/Runtime_83140.cs [new file with mode: 0644]
src/tests/JIT/Regression/JitBlue/Runtime_83140/Runtime_83140.csproj [new file with mode: 0644]
src/tests/JIT/Regression/JitBlue/Runtime_83140/Runtime_83140_2.cs [new file with mode: 0644]
src/tests/JIT/Regression/JitBlue/Runtime_83140/Runtime_83140_2.csproj [new file with mode: 0644]