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
As per #35421 (comment), it is possible for the genSIMDIntrinsic to assert for any GT_SIMD or GT_HWINTRINSIC which has been retyped if the target type hasn't been actually encountered (and therefore is missing from the SIMD handle cache).
At least at initial glance, it could likely be resolved by setting lvBaseType based on the tree->gtSimdBaseType from the GT_SIMD or GT_HWINTRINSIC (whether tree is one directly or indirectly via GT_IND, GT_OBJ, or GT_ADDR).