JIT: Normalizing 32 -> 64 bit zero extension representations
Open
area-CodeGen-coreclr
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
These zero extensions are marked with `GTF_UNSIGNED`, but we create them both with `gtCastType = TYP_ULONG` and `gtCastType = TYP_LONG`. We should settle on just one representation. See #122184 for more context.
cc @dotnet/jit-contrib
Contributor guide
Assessment
This issue has not been assessed yet.