2 .custom instance void class [mscorlib]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::'.ctor'() = (
3 01 00 01 00 54 02 16 57 72 61 70 4E 6F 6E 45 78 // ....T..WrapNonEx
4 63 65 70 74 69 6F 6E 54 68 72 6F 77 73 01 ) // ceptionThrows.
6 .assembly extern TestDriver {}
7 .assembly extern mscorlib {}
9 .class public auto ansi sealed beforefieldinit Tests {
11 .method static public int32 Main(string[] args) il managed {
15 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle)
17 call int32 [TestDriver]TestDriver::RunTests(class [mscorlib]System.Type, string[])
21 // make sure the register allocator works when the return value of
23 .method static public int32 test_0_div_regalloc () il managed {
37 .method static public int32 test_1_ceq_to_i4 () il managed {
51 .method static public int32 test_3_shl_regvars () il managed {
98 .method static public int32 test_1_fceq_to_i4 () il managed {
118 // This should be manually checked. Basically under -O=linears,
119 // you should not see tons of register spilling.
121 .method static public int32 test_1_bytedreg_free () il managed {
157 // This should be manually checked. Basically under -O=linears,
158 // you should not see tons of register spilling.
160 .method static public int32 test_0_bytesreg1_free () il managed {
199 .method static public int32 test_1_shift_regvar () il managed {
220 // this only happens with the managed pointer, not an unmanaged one.
221 .method static public int32 test_0_foo () il managed {
238 .method static public int32 test_0_localloc () cil managed {
239 .locals init (native int, native int, native int, native int, int32)
264 // Check zero initialized
313 // Try allocations bigger than one page
339 .method private static void do_localloc () cil managed {
344 IL_0001: ldc.i4 131072
351 // Check that localloc can't be inlined
352 .method static public int32 test_0_localloc_inline () cil managed {
362 START: call void class Tests::do_localloc()
375 .method static public int32 test_3_copy_used_bug () il managed {
401 // demonstrate that the copy_used_var is not a fix for the above bug
402 .method static public int32 test_3_copy_used_indir_bug () il managed {
429 .method static public void do_nothing (int32 a) il managed {
433 // demonstrate the block_split failure: needs -O=inline
434 // mini -O=inline --compile Tests:test_0_split_block_bug iltests.exe
435 .method static public int32 test_0_split_block_bug () il managed {
445 call void class Tests::do_nothing (int32)
453 .method public void inline_do_nothing () il managed {
456 .method static public int32 test_1_checkthis_inlining () il managed {
458 call instance void class Tests::inline_do_nothing ()
463 .class nested private auto ansi sealed beforefieldinit TailCallStruct
464 extends [mscorlib]System.ValueType {
465 .field public int32 a
466 .field public int32 b
469 .method static valuetype Tests/TailCallStruct tail1 (valuetype Tests/TailCallStruct arg) {
472 ldfld int32 Tests/TailCallStruct::a
475 stfld int32 Tests/TailCallStruct::a
478 ldfld int32 Tests/TailCallStruct::a
481 stfld int32 Tests/TailCallStruct::a
486 .method static valuetype Tests/TailCallStruct tail2 (valuetype Tests/TailCallStruct arg) {
489 call valuetype Tests/TailCallStruct Tests::tail1 (valuetype Tests/TailCallStruct)
493 .class nested private auto ansi sealed beforefieldinit TailCallStructBig
494 extends [mscorlib]System.ValueType {
495 .field public int32 a
496 .field public int32 b
497 .field public int32 c
498 .field public int32 d
499 .field public int32 e
502 .method static valuetype Tests/TailCallStructBig tail_vret_by_addr_inner (valuetype Tests/TailCallStructBig arg) {
505 ldfld int32 Tests/TailCallStructBig::a
508 stfld int32 Tests/TailCallStructBig::a
513 .method static valuetype Tests/TailCallStructBig tail_vret_by_addr (valuetype Tests/TailCallStructBig arg) {
516 call valuetype Tests/TailCallStructBig Tests::tail_vret_by_addr_inner (valuetype Tests/TailCallStructBig)
520 .method static public int32 test_3_tail_call_vret_by_addr () il managed {
523 valuetype Tests/TailCallStructBig arg2
528 stfld int32 Tests/TailCallStructBig::a
530 call valuetype Tests/TailCallStructBig Tests::tail_vret_by_addr (valuetype Tests/TailCallStructBig)
534 ldfld int32 Tests/TailCallStructBig::a
538 .method static public int32 test_9_tail_call_vret_by_val () il managed {
541 valuetype Tests/TailCallStruct arg
545 stfld int32 Tests/TailCallStruct::a
548 stfld int32 Tests/TailCallStruct::b
550 call valuetype Tests/TailCallStruct Tests::tail2 (valuetype Tests/TailCallStruct)
554 ldfld int32 Tests/TailCallStruct::a
556 ldfld int32 Tests/TailCallStruct::b
561 .method static public int32 tail3 (int32 i, int32 j) il managed {
568 .method static public int32 tail4 (int32 i, int32 j) il managed {
573 // Test arg0 allocated to a register
583 // Test switched up argument variables as the actual arguments
587 call int32 Tests::tail3 (int32, int32)
591 .method static public int32 test_24_tail_calls2 () il managed {
592 // Some platforms might not be able to AOT tail calls
593 .custom instance void class [TestDriver]CategoryAttribute::'.ctor'(string) = (01 00 08 21 46 55 4C 4C 41 4F 54 00 00 ) // ...!FULLAOT..
607 call int32 Tests::tail4 (int32, int32)
611 .method public static int32 test_5_jmp () cil managed {
612 // Some platforms might not be able to AOT tail calls
613 .custom instance void class [TestDriver]CategoryAttribute::'.ctor'(string) = (01 00 08 21 46 55 4C 4C 41 4F 54 00 00 ) // ...!FULLAOT..
617 call int32 Tests::jmp2 (int32, int32)
621 .method public static int32 jmp2 (int32, int32) cil managed {
630 jmp int32 Tests::jmp3 (int32, int32)
635 .method public static int32 jmp3 (int32 i, int32 j) cil managed {
642 .method static public int32 test_11_switch_with_nonempty_stack () il managed {
657 .method public static int32 test_5_endfinally_with_nonempty_stack () il managed {
671 .method public static int32 test_0_conv_ovf_i8_neg () il managed {
686 .method public static int32 test_1234_conv_u4 () cil managed {
695 .method public static int32 test_0_conv_ovf_i_un () cil managed {
714 sizeof [mscorlib]System.IntPtr
721 } catch [mscorlib]System.OverflowException {
733 .method public static int32 test_0_conv_ovf_u_un () cil managed {
748 .method public static int32 test_0_conv_ovf_i () cil managed {
763 .method public static int32 test_0_conv_ovf_u () cil managed {
778 .method public static int32 test_1234_conv_ovf_i8_un () cil managed {
787 .method public static int32 test_0_lconv_ovf_i () cil managed {
803 .method public static int32 test_0_lconv_ovf_u () cil managed {
819 .method public static int32 test_0_lconv_ovf_i_un () cil managed {
835 .method public static int32 test_0_lconv_ovf_u_un () cil managed {
851 .method public static int32 test_0_lconv_to_ovf_i8 () cil managed {
867 .method public static int32 test_0_lconv_to_ovf_u8_un () cil managed {
883 .method public static int32 test_2_lconv_to_ovf_i4_un () cil managed {
885 .locals init (int32 res)
902 } catch [mscorlib]System.OverflowException {
910 ldc.i8 0xffffffff80000000
916 } catch [mscorlib]System.OverflowException {
926 .method public static int32 test_1_lconv_to_ovf_i_un () cil managed {
928 .locals init (int32 res)
940 .method public static int32 test_32_lconv_to_u8 () cil managed
951 .method public static int32 test_32_lconv_to_i8 () cil managed
962 .method public static int32 test_15_lconv_to_u () cil managed
970 .method public static int32 test_0_get_type_from_handle_on_bblock_boundary () cil managed
977 ldtoken [mscorlib]System.String
980 ldtoken [mscorlib]System.Object
982 call class [mscorlib]'System.Type' class [mscorlib]'System.Type'::'GetTypeFromHandle'(valuetype [mscorlib]'System.RuntimeTypeHandle')
983 callvirt instance string class [mscorlib]System.Type::get_FullName ()
984 ldstr "System.String"
985 callvirt instance bool class [mscorlib]System.Object::Equals(object)
991 .method public static int32 test_0_bug59580 ()
993 ldc.r4 float32(0x7FC00000)
994 ldc.r4 float32(0x7FC00000)
1005 .method public static int32 test_1_bug60056 () {
1006 .locals init (int32 m5)
1024 .method public static int32 test_1_conv_u8_cfold () {
1028 ldc.i8 0x00000000ffffffff
1034 .method public static int32 test_1_array_type_mismatch_ldelema () {
1035 .locals init (int32 r)
1051 } catch [mscorlib]System.ArrayTypeMismatchException {
1062 .method public static int32 test_1_conv_ovf_i8_with_i4 () {
1071 .method public static int32 test_0_initlocals_float_ptr () {
1075 float32& pinned V_1,
1078 newarr [mscorlib]System.Single
1086 ldelema [mscorlib]System.Single
1096 .method public static int32 test_7_conv_ovf_u8_un () {
1098 .locals init (unsigned int64)
1108 .method public static int32 test_7_conv_ovf_u4_un () {
1110 .locals init (unsigned int32)
1120 .method public static int32 test_1_bug_74591 () {
1122 .locals init (int32)
1135 .class nested public auto ansi Integer
1136 extends [mscorlib]System.Object {
1138 .field public bool n
1140 .method public hidebysig specialname rtspecialname
1141 instance default void .ctor (unsigned int64 i, bool n) cil managed
1145 call instance void class [mscorlib]System.Object::.ctor()
1148 stfld bool Tests/Integer::n
1153 .method public static int32 test_1_bug_74726 () {
1162 newobj instance void class Tests/Integer::.ctor(unsigned int64, bool)
1163 ldfld bool Tests/Integer::n
1169 .class nested private auto ansi sealed xxx
1170 extends [mscorlib]System.ValueType
1172 .field public object a
1174 .method public hidebysig specialname rtspecialname
1175 instance default void .ctor () cil managed
1180 } // end of class xxx
1182 .method public static int32 test_0_newobj_vtype () {
1185 valuetype Tests/xxx V_0
1188 newobj instance void valuetype Tests/xxx::.ctor ()
1191 ldfld object Tests/xxx::a
1200 .method public static int32 test_0_newobj_vtype_primitive () {
1207 newobj instance void native int::'.ctor'(int32)
1219 .method public static int32 test_1_filters () {
1227 ldstr "OnErrorSub test Exception"
1228 newobj instance void class [mscorlib]System.Exception::.ctor(string)
1238 // Should not be called
1260 .class nested private auto ansi sealed beforefieldinit TheStruct
1261 extends [mscorlib]System.ValueType {
1262 .field public int32 a
1263 .field public int32 b
1266 .method public static int32 test_5_cpobj () {
1269 valuetype Tests/TheStruct v_0,
1270 valuetype Tests/TheStruct v_1
1275 stfld int32 Tests/TheStruct::a
1279 stfld int32 Tests/TheStruct::b
1283 cpobj Tests/TheStruct
1286 ldfld int32 Tests/TheStruct::a
1288 ldfld int32 Tests/TheStruct::b
1294 .method public static int32 test_5_ldobj_stloc_optimization () {
1297 valuetype Tests/TheStruct v_0,
1298 valuetype Tests/TheStruct v_1
1303 stfld int32 Tests/TheStruct::a
1307 stfld int32 Tests/TheStruct::b
1310 ldobj valuetype Tests/TheStruct
1314 ldfld int32 Tests/TheStruct::a
1316 ldfld int32 Tests/TheStruct::b
1322 .method public static int32 test_1_cpobj_reference () {
1329 newobj instance void object::.ctor()
1342 .method public static int32 test_1_initobj_reference () {
1348 newobj instance void object::.ctor()
1360 .method public static int32 test_1_ldobj_reference () {
1366 newobj instance void object::.ctor()
1376 .method public static int32 test_5_vtype_on_bb_boundary () {
1379 valuetype Tests/TheStruct v_0,
1380 valuetype Tests/TheStruct v_1
1385 stfld int32 Tests/TheStruct::a
1389 stfld int32 Tests/TheStruct::b
1396 ldfld int32 Tests/TheStruct::a
1398 ldfld int32 Tests/TheStruct::b
1403 .method public static int32 test_5_different_in_stacks () cil managed {
1427 .method public static int32 test_3_larray_get_set () {
1432 newobj instance void int32[0...]::.ctor(int32)
1437 call instance void int32[0...]::Set(int32, int32)
1441 call instance void int32[0...]::Set(int32, int32)
1445 call instance int32 int32[0...]::Get(int32)
1448 call instance int32 int32[0...]::Get(int32)
1453 .method public static int32 test_0_pop_side_effects () {
1462 catch [mscorlib]System.ArithmeticException {
1474 .method public static void regalloc_regress_78314_helper (object o) cil managed
1479 .method public static int32 test_1_regalloc_regress_78314 () cil managed
1481 // Code size 68 (0x44)
1483 .locals init (int32 V_0, bool V_1)
1486 IL_0002: br.s IL_003b
1489 IL_001e: ldc.i4.s 10
1492 IL_0022: ldc.i4.s 10
1496 IL_0028: box [mscorlib]System.Boolean
1497 IL_0032: call void Tests::regalloc_regress_78314_helper(object)
1504 IL_003f: blt.s IL_0004
1513 .method public static void try_block_end_remove_if_useless () cil managed {
1531 .try T_START to T1_END finally handler F1_START to F1_END
1534 .method public static int32 test_0_try_block_end_remove_if_useless () cil managed {
1535 call void class Tests::try_block_end_remove_if_useless ()
1540 .method private static int32 test_0_regress_78629_switch_next_ins_target () cil managed
1550 // This belongs to basic-float.cs, but its hard to tell mcs/csc to
1551 // generate the non .un version of the opcodes
1552 .method private static hidebysig
1553 default int32 test_4_float_branch_nan () cil managed
1555 // Method begins at RVA 0x27a4
1556 // Code size 74 (0x4a)
1562 IL_0000: ldc.r8 (00 00 00 00 00 00 f8 ff)
1570 IL_0018: bge.s IL_001a
1582 IL_0022: ble.s IL_002e
1593 IL_0036: blt.s IL_0038
1604 IL_0040: bgt.s IL_0042
1615 } // end of method Tests::test_5_float_branch_nan
1617 .method private static hidebysig
1618 default void regress_80622_inner (object x) cil managed
1620 .locals (unsigned int8 i)
1621 // Method begins at RVA 0x2050
1622 // Code size 14 (0xe)
1625 IL_1001: unbox unsigned int8
1626 IL_1006: ldobj unsigned int8
1627 IL_000b: conv.ovf.i4.un
1633 .method private static hidebysig
1634 default int32 test_0_regress_80622 () cil managed
1638 IL_0005: box unsigned int8
1639 IL_000a: call void class Tests::regress_80622_inner (object)
1644 .method private static default int32 test_0_regresss_80190 () cil managed
1647 .locals init (int32 V_0,
1651 IL_0002: ldloca.s V_0
1662 .class interface nested public auto ansi abstract IFaceWithStaticMethod
1664 .method public static specialname
1665 default void foo () cil managed noinlining
1672 .class nested public auto ansi AClass extends [mscorlib]System.Object implements Tests/IFaceWithStaticMethod
1674 .method public hidebysig specialname rtspecialname
1675 instance default void .ctor () cil managed
1683 // Test that static methods in interfaces are ignored during vtable construction
1684 .method private static default int32 test_0_ifaces_with_static_methods () cil managed
1688 newobj instance void class Tests/AClass::.ctor()
1694 .method private static hidebysig default int32 Foo<T> (!!T n) cil managed {
1705 .method static public int32 test_0_nullable_box_brtrue () cil managed {
1707 .locals init (valuetype [mscorlib]System.Nullable`1<int32> V_0)
1710 call int32 class Tests::Foo<valuetype [mscorlib]System.Nullable`1<int32>> (!!0)
1715 .method static public int32 test_0_ldelema_type_check () cil managed {
1717 .locals init (object[] V_0,
1729 } catch [mscorlib]System.ArrayTypeMismatchException {
1743 } catch [mscorlib]System.ArrayTypeMismatchException {
1755 readonly. ldelema object
1757 } catch [mscorlib]System.ArrayTypeMismatchException {
1781 .method static public int32 test_0_array_address_type_check () cil managed {
1783 .locals init (object[] V_0,
1788 newobj instance void object[,]::.ctor(int32, int32)
1795 call instance object& object[,]::Address(int32, int32)
1797 } catch [mscorlib]System.ArrayTypeMismatchException {
1804 newobj instance void string[,]::.ctor(int32, int32)
1811 call instance object& object[,]::Address(int32, int32)
1813 } catch [mscorlib]System.ArrayTypeMismatchException {
1820 newobj instance void string[,]::.ctor(int32, int32)
1827 readonly. call instance object& object[,]::Address(int32, int32)
1829 } catch [mscorlib]System.ArrayTypeMismatchException {
1849 .field public static unsigned int64 'ull'
1851 .field public static int32 'shift2'
1853 .method public static int32 test_0_long_shift_regalloc () cil managed
1855 .locals (unsigned int32 'cilsimp.28', unsigned int64 'cilsimp.27', int32 'cilsimp.26')
1859 ldc.i8 81985529234382576
1860 stsfld unsigned int64 Tests::ull
1862 stsfld int32 Tests::shift2
1864 ldsfld unsigned int64 Tests::ull
1866 ldsfld int32 Tests::shift2
1877 ldc.i8 1311768467750121216
1885 // Test calling ldfld directly on a vtype instead of a vtype address
1886 .method public static int32 test_5_call_ldfld_vtype () cil managed
1890 valuetype Tests/TailCallStruct arg
1894 stfld int32 Tests/TailCallStruct::a
1897 stfld int32 Tests/TailCallStruct::b
1899 call valuetype Tests/TailCallStruct Tests::tail2 (valuetype Tests/TailCallStruct)
1900 ldfld int32 Tests/TailCallStruct::a
1904 .method public static int32 throw_ret () cil managed
1907 newobj instance void class [mscorlib]System.OverflowException::.ctor(string)
1913 .method public static int32 throw2_ret () cil managed
1920 call int32 Tests::throw_ret ()
1924 // Test inlining a method which contains just a throw
1925 .method public static int32 test_0_inline_throw () cil managed
1933 call int32 Tests::throw2_ret ()
1936 } catch [mscorlib]System.OverflowException {
1949 .method public static int32 test_0_stelem_any_null_opt () cil managed
1957 newarr [mscorlib]System.Object
1968 stelem.any [mscorlib]System.Object
1983 .method public static hidebysig
1984 default int32 manyargs_callee (int32 a, int32 b, int32 c, int32 d, int32 e, int32 f, int32 g, int32 h, int32 i, int32 j, int32 k, int32 l, int32 m, int32 n, int32 o, int32 p) cil managed
1986 // Method begins at RVA 0x20f4
1987 // Code size 44 (0x2c)
2021 } // end of method main::callee
2024 .method public static hidebysig
2025 default int32 manyargs_tail_caller (int32 a, int32 b, int32 c, int32 d, int32 e, int32 f, int32 g, int32 h, int32 i, int32 j, int32 k, int32 l, int32 m, int32 n, int32 o, int32 p) cil managed
2027 // Method begins at RVA 0x2124
2028 // Code size 34 (0x22)
2047 IL_001c: call int32 class Tests::manyargs_callee(int32, int32, int32, int32, int32, int32, int32, int32, int32, int32, int32, int32, int32, int32, int32, int32)
2049 } // end of method main::caller
2052 .method public static hidebysig
2053 default int32 test_0_many_args_tail_call () cil managed
2055 // Some platforms might not be able to AOT tail calls
2056 .custom instance void class [TestDriver]CategoryAttribute::'.ctor'(string) = (01 00 08 21 46 55 4C 4C 41 4F 54 00 00 ) // ...!FULLAOT..
2058 // Method begins at RVA 0x2154
2059 // Code size 43 (0x2b)
2069 IL_0008: ldc.i4.s 0x09
2070 IL_000a: ldc.i4.s 0x0a
2071 IL_000c: ldc.i4.s 0x0b
2072 IL_000e: ldc.i4.s 0x0c
2073 IL_0010: ldc.i4.s 0x0d
2074 IL_0012: ldc.i4.s 0x0e
2075 IL_0014: ldc.i4.s 0x0f
2076 IL_0016: ldc.i4.s 0x10
2077 IL_0018: call int32 class Tests::manyargs_tail_caller(int32, int32, int32, int32, int32, int32, int32, int32, int32, int32, int32, int32, int32, int32, int32, int32)
2079 IL_0022: beq IL_0029
2085 } // end of method main::Main
2087 .class nested private auto ansi beforefieldinit R1
2088 extends [mscorlib]System.MarshalByRefObject
2090 .field public int32 test_field
2092 .method public hidebysig specialname rtspecialname
2093 instance default void '.ctor' () cil managed
2099 .method public static hidebysig
2100 default int32 return_0 () cil managed
2106 .method public static hidebysig
2107 default int32 test_1_volatile_marshalbyref_bug_432673 () cil managed
2113 newobj instance void class Tests/R1::.ctor ()
2118 stfld int32 Tests/R1::test_field
2119 call int32 class Tests::return_0 ()
2125 .method public static default int32 return_2 () cil managed
2135 .method public static hidebysig
2136 default int32 test_1_cmov_opt_regress_463357 () cil managed
2138 call int32 class Tests::return_2 ()
2151 .method public static hidebysig default int32 cmov_opt_regress_474718_inner (int32 A_1) cil managed
2154 .locals init (int32 V_0, bool V_1, bool V_2)
2163 IL_001f: brfalse IL_0036
2180 .method public static default int32 test_0_cmov_opt_regress_474718 () cil managed
2184 call int32 Tests::cmov_opt_regress_474718_inner (int32)
2188 .method public static default int32 test_5_createarr_newobj () cil managed
2193 newobj void char[]::.ctor(int32)
2198 .method public static default int32 test_0_initblk_3_regress_481458 () cil managed
2201 .locals init (native int)
2207 // Set the first value to 3
2214 // Zero out the first 3 values
2220 // Load the first value
2229 .method public static float32 GetFloat32() cil managed noinlining
2232 ldc.r8 0.19975845134874831
2236 /* Disabled until they can be fixed to run on amd64
2237 .method public static default int32 test_0_implicit_float_to_double_conversion () cil managed
2241 call float32 Tests::GetFloat32()
2242 ldc.r8 0.19975845134874831
2253 .method public static default int32 test_0_long_to_r8_un_overflow () cil managed
2256 ldc.i8 0x00FFFFFFFFFFFFFF
2259 ldc.i8 0x100000000000000
2265 ldc.i8 0x00FFFFFFFFFFFFFF
2269 ldc.i8 0x100000000000000
2279 .field public static int32 shift1
2281 .method public static int32 regress_497271_helper (int32 i) cil managed
2287 .method public static int32 test_0_regalloc_regress_497271 () cil managed
2292 stsfld int32 Tests::shift1
2293 ldsfld int32 Tests::shift1
2308 call int32 Tests::regress_497271_helper (int32)
2312 call int32 Tests::regress_497271_helper (int32)
2316 .field private static int32 Value
2318 .method public static hidebysig specialname
2319 default int32 regress_513931_inner () cil managed
2321 // Method begins at RVA 0x225c
2322 // Code size 52 (0x34)
2330 stsfld int32 Tests::Value
2333 IL_0001: ldsfld int32 Tests::Value
2342 IL_0010: brtrue.s IL_0027
2346 IL_0014: ldc.i4.s 0x7b
2352 IL_001d: brtrue.s IL_0023
2356 IL_0021: br.s IL_0032
2360 IL_0025: br.s IL_0032
2363 IL_002c: newobj instance void class [mscorlib]System.Exception::'.ctor'()
2369 .method public static hidebysig specialname
2370 default int32 test_0_regress_513931 () cil managed
2372 call int32 Tests::regress_513931_inner ()
2378 .method public static default int32 test_0_newarr_i8 () cil managed
2382 newarr [mscorlib]System.Boolean
2388 .method public static specialname
2389 default int32 return_1_noinline () cil managed noinlining
2397 // Only happens with -O=-deadce,cmov
2398 .method public static default int32 test_0_cmov_unused_582322 () cil managed
2404 call int32 Tests::return_1_noinline ()
2414 .method public static hidebysig
2415 default int32 test_0_regress_586664 () cil managed
2417 // Method begins at RVA 0x20f4
2418 // Code size 76 (0x4c)
2426 IL_001b: call float64 class [mscorlib]System.Math::Pow(float64, float64)
2430 IL_0023: newarr [mscorlib]System.Double
2445 IL_0036: ldc.r8 -0.5
2446 IL_003f: bne.un IL_004a
2455 .method public static int32 test_2_leave_multiple_blocks_from_end ()
2457 .locals init (int32 V_0)
2485 .method public static int32 test_3_leave_multiple_blocks_from_hole ()
2487 .locals init (int32 V_0)
2524 .class nested private auto ansi sealed beforefieldinit Pair`2<TKey,TValue>
2525 extends [mscorlib]System.ValueType
2527 .field public !0 key
2528 .field public !1 'value'
2531 .method private static hidebysig
2532 default bool ContentEquals<TKey,TValue> (valuetype Tests/Pair`2<!!TKey, !!TValue> v) cil managed
2537 constrained. valuetype Tests/Pair`2<!!0,!!1>
2538 IL_0007: callvirt instance bool class [mscorlib]System.Object::Equals(object)
2542 .method public static hidebysig default int32 test_0_constrained_gshared_595863 () cil managed
2545 valuetype Tests/Pair`2<string, string> V_0,
2546 valuetype Tests/Pair`2<string, string> V_1)
2548 IL_0002: initobj valuetype Tests/Pair`2<string,string>
2553 IL_0011: stfld !0 valuetype Tests/Pair`2<string,string>::key
2556 IL_001d: stfld !1 valuetype Tests/Pair`2<string,string>::'value'
2560 IL_0025: call bool class Tests::ContentEquals<string, string> (valuetype Tests/Pair`2<!!0,!!1>)
2569 .method public static default int32 test_0_wrap_non_exception_throws () cil managed
2572 newobj instance void class [mscorlib]System.Object::'.ctor'()
2575 } catch class [mscorlib]System.Runtime.CompilerServices.RuntimeWrappedException {
2583 .method public static default int32 test_0_typespec_modopt () cil managed {
2584 ldtoken class Tests modopt (Tests)
2590 .method public hidebysig static int32 SizeOfT<T>() cil managed
2598 .method public static default int32 test_1_sizeof_gshared () cil managed {
2599 call int32 Tests::SizeOfT<int8>()
2605 .method public static default int32 test_1_sizeof_ref () cil managed {
2606 call int32 Tests::SizeOfT<object>()
2607 sizeof [mscorlib]System.IntPtr
2612 .field static public int32 volatile_int
2614 .method public static default int32 test_5_volatile_load_store () cil managed {
2615 ldsflda int32 class Tests::volatile_int
2619 ldsflda int32 class Tests::volatile_int
2625 .method public static
2626 default int32 regress_693905_inner (int32 x, int32 acc) cil managed
2628 // Method begins at RVA 0x2050
2629 // Code size 17 (0x11)
2632 IL_0001: brtrue.s IL_0005
2644 IL_000f: br.s IL_0000
2646 } // end of method Test::f
2648 .method public static
2649 default int32 test_10_regress_693905 () cil managed
2653 call int32 class Tests::regress_693905_inner(int32, int32)
2657 .method public static
2658 default int32 test_0_llvm_regress_171 () cil managed
2664 call int32 Tests::return_1_noinline ()
2669 call int32 Tests::return_1_noinline ()
2677 .field public static int32 static_a
2679 .method public static
2680 default int32 test_4_ldfld_stfld_static () cil managed
2684 stfld int32 Tests::static_a
2686 ldfld int32 Tests::static_a
2688 ldflda int32 Tests::static_a