-
Notifications
You must be signed in to change notification settings - Fork 5.4k
JIT: missing opportunity for RBO #126703
Copy link
Copy link
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 SuperPMIuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
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 SuperPMIuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Type
Fields
Give feedbackNo fields configured for issues without a type.
The following repro represents a suboptimal codegen for
IndexOfWhereAllBitsSetthat prevents me from using it:Minimal repro:
Actual codegen of
Test:Expected codegen of
Test:so effectively jit should lower it to: