-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Description
public static int N1(ReadOnlySpan<char> path)
{
if (path.StartsWith(@"\\?\UNC\", StringComparison.OrdinalIgnoreCase))
return 8;
return 0;
}The relevant part:
crossgen2 trunk-20250826+5a6dcb8c39dffc581e4259738d64352acbd1c439
vptest xmm0, xmm0
sete al ; <--
movzx rax, al ; <-- Redundant
test eax, eax ; <--
jne SHORT G_M59455_IG06Expected:
vptest xmm0, xmm0
je SHORT G_M59455_IG06Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI