Fix impIntrinsic to not raise asserts for the AltJit scenario (#76048)
authorTanner Gooding <tagoo@outlook.com>
Sat, 24 Sep 2022 02:54:54 +0000 (19:54 -0700)
committerGitHub <noreply@github.com>
Sat, 24 Sep 2022 02:54:54 +0000 (19:54 -0700)
commit901b0a1ee23c441e255acaf032adbf709f36d6a6
treefb8b82814e8b4fe78941a70786ccdf0316b49b04
parent5ab8349289e8e463ac4ec74c0cd1ac69d52b45ba
Fix impIntrinsic to not raise asserts for the AltJit scenario (#76048)

* Fix impIntrinsic to not raise asserts for the AltJit scenario

* Respond to PR feedback

* Specially handle NI_Vector64/128/256_* intrinsics where not all overloads are valid

* Change the AltJit intrinsic handling so we get no asserts

* Apply suggestions from code review

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
* Apply suggestions from code review

* Fixing a build error

* Applying formatting patch

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
src/coreclr/jit/importer.cpp