Fix assert when extending lifetimes (dotnet/coreclr#27839)
authorCarol Eidt <carol.eidt@microsoft.com>
Wed, 13 Nov 2019 16:00:28 +0000 (08:00 -0800)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2019 16:00:28 +0000 (08:00 -0800)
commit644a0b91a5a072b38325589490483296d0f61823
treec3298e371b11a369c58b37d473f1060ebe8e28ad
parent670c4b60b0c9bf19352e7cc793308a18d2c482be
Fix assert when extending lifetimes (dotnet/coreclr#27839)

This assert was added in the prework for EH write-thru. In the case where we're extending lifetimes for stress, we should ignore the locations of these. Note that they aren't reported to codegen anyway.

Fix dotnet/coreclr#27804

Commit migrated from https://github.com/dotnet/coreclr/commit/1fd33a734290138da009fbd0682f1f4399172b8f
src/coreclr/src/jit/lsra.cpp