JIT: defer removing statements during opt CSE (#15323)
authorAndy Ayers <andya@microsoft.com>
Sat, 2 Dec 2017 17:12:09 +0000 (09:12 -0800)
committerGitHub <noreply@github.com>
Sat, 2 Dec 2017 17:12:09 +0000 (09:12 -0800)
commitbb36f051ca1dd5be7c998f9c26fa010c3b8c4051
tree322c4473750ec4a42cda6f1d51ec7dac84fd0d28
parent3657a8cab68cdbf9990d98ba4e078f444f5fee82
JIT: defer removing statements during opt CSE (#15323)

The statements may contain CSE defs which if removed can confuse subsequent
CSE processing.

Fixes #15319.
src/jit/morph.cpp
tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319.cs [new file with mode: 0644]
tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319.csproj [new file with mode: 0644]