ARM64: Vector64<T> is converted to HVA TYP_DOUBLE #35976
Labels
arch-arm64
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
As we found out in #35636 (comment) , we are converting the return type of
Vectot64<T>
to HVATYP_DOUBLE
. This impactsVector64.CreateScalar(uint)
orbyte
,short
, etc when the result is used.Generated code:
Below is the dump of where conversation happens:
The text was updated successfully, but these errors were encountered: