#68874 introduced a new GenTreeVecCon node and it currently carries a gtSimdBaseJitType field so that a handle can be reconstituted where required.
As per #68874 (comment), #69971 likely removed the need to carry this information around and so we should remove the field if that is indeed the case.
#68874 introduced a new
GenTreeVecConnode and it currently carries agtSimdBaseJitTypefield so that a handle can be reconstituted where required.As per #68874 (comment), #69971 likely removed the need to carry this information around and so we should remove the field if that is indeed the case.