Transform dead late arg store to NOP (#40348)
authorCarol Eidt <carol.eidt@microsoft.com>
Wed, 5 Aug 2020 18:33:30 +0000 (11:33 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Aug 2020 18:33:30 +0000 (11:33 -0700)
commit1b338ff131e7df6bca749a4208da857e2a595d31
treeb10e9dded1357c3d94d1f835478a80570b4cbb4c
parent8fc332fc1f5f928336e68fb6cde06184d72feeba
Transform dead late arg store to NOP (#40348)

When deleting a dead store, preserve the GTF_LATE_ARG and transform it to NOP.

Fix #39742
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/liveness.cpp
src/coreclr/src/jit/lower.cpp