Block the hoisting of TYP_STRUCT rvalues in loop hoisting
authorBrian Sullivan <briansul@microsoft.com>
Thu, 4 Apr 2019 20:42:27 +0000 (13:42 -0700)
committerBrian Sullivan <briansul@microsoft.com>
Mon, 8 Apr 2019 22:21:34 +0000 (15:21 -0700)
commit0b7fb8d641ba87a4dc4561cb42af37bd322c5f47
tree83f216a0a1dccebd23386846504d8d56e3bc4706
parentbee5c41e6ff46431f5f139ad312f41e2d1bda623
Block the hoisting of TYP_STRUCT rvalues in loop hoisting
Added test case GitHub_23739.cs

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