Arm64 StoreBlk Lowering Fix
authorCarol Eidt <carol.eidt@microsoft.com>
Fri, 30 Sep 2016 06:33:27 +0000 (23:33 -0700)
committerCarol Eidt <carol.eidt@microsoft.com>
Fri, 30 Sep 2016 06:33:27 +0000 (23:33 -0700)
commit4341bca8c2ca8776b547b11825cccb5db117f6c4
tree1a7f86d78410e2e611caf704544afb0cc4df95bd
parentce07884c0c94630769eeaa883f928a3f7e7d991b
Arm64 StoreBlk Lowering Fix

With the block assignment changes, the Arm64 version of
Lowering::TreeNodeInfoInitBlockStore was not using the correct node
for the source address.

Fix dotnet/coreclr#7197

Commit migrated from https://github.com/dotnet/coreclr/commit/62f3b58c51b918d4345c32ba0d7c5947f41210f4
src/coreclr/src/jit/lowerarm64.cpp