summary refs log tree commit diff stats
path: root/tests/arc/torc_selfcycles.nim
diff options
context:
space:
mode:
authorSivchari <55221074+sivchari@users.noreply.github.com>2021-04-22 02:47:01 +0900
committerGitHub <noreply@github.com>2021-04-21 19:47:01 +0200
commitfb32fff8dcf2b15a469e5cce07b10d88aa6352ee (patch)
tree579c73d9a128a98845494774460c23c49c444e3d /tests/arc/torc_selfcycles.nim
parent4471141a1d68158f3f23c6584d1f0434807c0203 (diff)
downloadNim-fb32fff8dcf2b15a469e5cce07b10d88aa6352ee.tar.gz
js generates spurious >>> on shr (#17767)
* js generates spurious >>> on shr
* Add shr arithmetic test
* fix variables from const to let during testing
Diffstat (limited to 'tests/arc/torc_selfcycles.nim')
0 files changed, 0 insertions, 0 deletions
arc/tcontrolflow.nim?h=devel&id=a96842aaeb46ddf3990f9632259a26cb451c5b80'>^
42db75c97 ^













1854d2978 ^
42db75c97 ^
1854d2978 ^
42db75c97 ^





1854d2978 ^












cdce245a2 ^













ecf8cbbbe ^

06d776a58 ^










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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118