Fix constant propagation with nested structs
authorBrian Sullivan <briansul@microsoft.com>
Thu, 1 Nov 2018 00:11:38 +0000 (17:11 -0700)
committerBrian Sullivan <briansul@microsoft.com>
Mon, 5 Nov 2018 19:07:24 +0000 (11:07 -0800)
commitaced63a262dca41d3e2d7e2ac102c773377f45e7
tree5de2541440a43ed4d65cbda2aaedda6db8604849
parentcc2e4f72996ae2a101b4195e315477c311d7a593
Fix constant propagation with nested structs
Fixes dotnet/coreclr#18672
Test case is here: JIT/Regression/JitBlue/GitHub_18672/GitHub_18672.cs

Commit migrated from https://github.com/dotnet/coreclr/commit/adbc0f5f613eb72131d3224c24ef79ca589b1d06
src/coreclr/src/jit/valuenum.cpp
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18672/GitHub_18672.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18672/GitHub_18672.csproj [new file with mode: 0644]