[JIT] On importing a CEE_INITOBJ for a simd, construct a VecCon(0) (#81982)
authorWill Smith <lol.tihan@gmail.com>
Thu, 23 Feb 2023 22:21:59 +0000 (14:21 -0800)
committerGitHub <noreply@github.com>
Thu, 23 Feb 2023 22:21:59 +0000 (14:21 -0800)
commitc1abf87fd0da17020eec13efb22bb4336b82eb19
tree3ac0626647c6be3ea689b3fbda57953aeac2cdc1
parenta375009f4fbfd138daf891b1a5b229d1aed0aa13
[JIT] On importing a CEE_INITOBJ for a simd, construct a VecCon(0) (#81982)

* On importing a CEE_INITOBJ for a simd, construct a VecCon(0) of that type

* Formatting

* Check layout to determine if type is a SIMD to avoid redundant impNormStructType call

* Fix assert

* Remove assert

* Update src/coreclr/jit/importer.cpp

Co-authored-by: SingleAccretion <62474226+SingleAccretion@users.noreply.github.com>
* Update importer.cpp

---------

Co-authored-by: SingleAccretion <62474226+SingleAccretion@users.noreply.github.com>
src/coreclr/jit/importer.cpp