You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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 <[email protected]>
* Update importer.cpp
---------
Co-authored-by: SingleAccretion <[email protected]>
0 commit comments