Preserve VNs in fgMorphIntoHelperCall.
authorPat Gavlin <pagavlin@microsoft.com>
Thu, 13 Apr 2017 23:37:33 +0000 (16:37 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Thu, 13 Apr 2017 23:37:33 +0000 (16:37 -0700)
commit18e2c4ae47893c0f2ffdf19280f27d538ad9d4c1
treed142ec9dd0270d7a2e69cb68e597049c06a29589
parent583713bd78ab202c62ba6beec83db2204bd0a361
Preserve VNs in fgMorphIntoHelperCall.

This method is used to transform a node into a semantically-equivalent
helper call, and should preserve any value numbers that are present on
the the node.
src/jit/morph.cpp
tests/src/JIT/Regression/JitBlue/DevDiv_397793/DevDiv_397793.il [new file with mode: 0644]
tests/src/JIT/Regression/JitBlue/DevDiv_397793/DevDiv_397793.ilproj [new file with mode: 0644]