-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
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
As noted in #51903, the following check seems to be stale:
runtime/src/coreclr/jit/importer.cpp
Lines 7762 to 7768 in 9a31832
| // Note that we can not relax this condition with genActualType() as the | |
| // calling convention dictates that the caller of a function with a small | |
| // typed return value is responsible for normalizing the return val. | |
| if (callerRetType == calleeRetType) | |
| { | |
| return true; | |
| } |
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