summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57492/b57492.il
blob: a1e47be166037d946e854e2275cdab06a0784a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

.assembly extern legacy library mscorlib {}
.assembly ILGEN_0x2019eaf2 {}
.class ILGEN_0x2019eaf2 {
.field static	unsigned int64 field_0x4
.method static int32 Main() {
.entrypoint
.maxstack	20
.try {
.locals (int8 local_0x2)

 ldc.i4 0x69f07ea
 stloc local_0x2
 ldc.i8 5
 stsfld unsigned int64 ILGEN_0x2019eaf2::field_0x4
 ldc.i4.4
 ldc.i4 4
 blt  Branch_0x0
Branch_0x0:
 ldc.i8 0xe
 ldsfld unsigned int64 ILGEN_0x2019eaf2::field_0x4
 conv.i4
 shr
 ldloc local_0x2
 conv.ovf.u8
 ldc.i8 0x3
 ceq
 shr
 pop
 ldc.i4 55
 pop
leave END
} catch [mscorlib]System.OverflowException {
pop
leave END
}
END:
ldc.i4 100
ret

}
}