You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Licensed to the .NET Foundation under one or more agreements.// The .NET Foundation licenses this file to you under the MIT license.publicclassProgram{publicstaticulong[,]s_1;publicstaticintMain(){// This should not assert.try{ushortvr10=default(ushort);boolvr11=0<((s_1[0,0]*(uint)(0/vr10))%1);}catch{}return100;}}
The text was updated successfully, but these errors were encountered:
* [mono][llvm] Added a null-check for 2-dim array accessors, addressing #79022
* [mono][llvm] Adding a regression test for issue #79022
* [mono][llvm] Null check for 2D arrays is now more DRY.
* [mono][llvm] Null-checking on 2D array access, removed restriction to LLVM.
The text was updated successfully, but these errors were encountered: