Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/coreclr/jit/importercalls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2551,6 +2551,9 @@ GenTree* Compiler::impIntrinsic(GenTree* newobjThis,
// This one is just `return true/false`
case NI_System_Runtime_CompilerServices_RuntimeHelpers_IsKnownConstant:

// Not expanding this leads to huge allocation in T0
case NI_System_Runtime_CompilerServices_RuntimeHelpers_CreateSpan:

// We need these to be able to fold "typeof(...) == typeof(...)"
case NI_System_Type_GetTypeFromHandle:
case NI_System_Type_op_Equality:
Expand Down