Investigate removing gtSimdBaseJitType from GenTreeVecCon #70052
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
#68874 introduced a new
GenTreeVecCon
node and it currently carries agtSimdBaseJitType
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.
The text was updated successfully, but these errors were encountered: