JVM_IR add bytecode shape check to all relevant for-loop tests
This commit is contained in:
committed by
TeamCityServer
parent
d9e4dec810
commit
860c80d210
+8
-1
@@ -22,4 +22,11 @@ fun Int.digitsUpto(end: Int): Int {
|
||||
// 0 getLast
|
||||
// 0 getStep
|
||||
// 2 IF_ICMP
|
||||
// 2 IF
|
||||
// 2 IF
|
||||
|
||||
// JVM_IR_TEMPLATES
|
||||
// 8 ILOAD
|
||||
// 3 ISTORE
|
||||
// 1 IADD
|
||||
// 0 ISUB
|
||||
// 1 IINC
|
||||
Reference in New Issue
Block a user