Updating the importer to throw a NotImplementedException if it finds a mustExpand...
authorTanner Gooding <tagoo@outlook.com>
Mon, 5 Nov 2018 23:37:14 +0000 (15:37 -0800)
committerGitHub <noreply@github.com>
Mon, 5 Nov 2018 23:37:14 +0000 (15:37 -0800)
commitd3a7c973723bf2610c7dcdcd00318c06a72a36f8
treef38f09f96a6078f4bbd812e5c0029af42cc792f0
parent0eb2dbbc3cd45b2a118aa44ac05bac9b8ca1eec4
Updating the importer to throw a NotImplementedException if it finds a mustExpand intrinsic that it can't expand (#20792)

* Updating the importer to throw a NotImplementedException if it finds a mustExpand hwintrinsic that it can't expand

* Updating the JITEEVersionIdentifier
src/inc/corinfo.h
src/inc/jithelpers.h
src/jit/importer.cpp
src/jit/utils.cpp
src/vm/jithelpers.cpp