JVM_IR simplify null check on trivially initialized vals only
This commit is contained in:
committed by
TeamCityServer
parent
ae1288948a
commit
aea2db97c5
@@ -9,8 +9,8 @@ fun test(a: Any?) =
|
||||
// 0 valueOf
|
||||
|
||||
// JVM_IR_TEMPLATES
|
||||
// 1 DUP
|
||||
// 1 IFNULL
|
||||
// 2 DUP
|
||||
// 2 IFNULL
|
||||
// 0 ACONST_NULL
|
||||
// 0 IFNONNULL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user