corert
corert copied to clipboard
Question: ImportConvert unsigned parameter is always false
ImportConvert in https://github.com/dotnet/corert/blob/145402e00724acbc9e7636739140fb84f7d64845/src/Common/src/TypeSystem/IL/ILImporter.cs#L745-L766 is always passed false for the unsigned parameter (the last parameter), even on the unsigned conversions, conv_ovf_u1 Is there a reason for that?
Looks like a bug