Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

InitializeArray intrinsic must always be expanded #4690

Closed
MichalStrehovsky opened this issue Oct 7, 2017 · 1 comment
Closed

InitializeArray intrinsic must always be expanded #4690

MichalStrehovsky opened this issue Oct 7, 2017 · 1 comment
Assignees
Labels

Comments

@MichalStrehovsky
Copy link
Member

I'm hitting the NO_WAY("JIT must expand the intrinsic!"); in Microsoft.CSharp assembly. This is in the same spirit as dotnet/coreclr#9948.

To repro, compile a hello world app with

--singlemethodtypename Microsoft.CSharp.RuntimeBinder.Semantics.ExpressionBinder,Microsoft.CSharp --singlemethodname .cctor --codegenopt NGenDump=*

From the looks, this is caused by a stack spill somewhere else than ldtoken. This doesn't repro if -O is passed.

NGenDump:
ngendump.txt

@sandreenko
Copy link

Fixed in dotnet/CoreCLR#14301. CoreRT RyuJit version is not updated yet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants