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)
commit491f2aab684238197fec1685c0d2b30faf506b60
tree0f50f88b83c110f99b6a1838c397906923034d9d
parent461fdef7bbc5b488b14c3c445b131622846b99cb
Updating the importer to throw a NotImplementedException if it finds a mustExpand intrinsic that it can't expand (dotnet/coreclr#20792)

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

* Updating the JITEEVersionIdentifier

Commit migrated from https://github.com/dotnet/coreclr/commit/d3a7c973723bf2610c7dcdcd00318c06a72a36f8
src/coreclr/src/inc/corinfo.h
src/coreclr/src/inc/jithelpers.h
src/coreclr/src/jit/importer.cpp
src/coreclr/src/jit/utils.cpp
src/coreclr/src/vm/jithelpers.cpp