Use GETFIELD instead of unbox-impl inside inline classes

#KT-36783 Fixed
This commit is contained in:
Ilmir Usmanov
2021-05-04 03:01:36 +02:00
committed by Space
parent e5f3091f2c
commit c4ddf3530d
15 changed files with 52 additions and 37 deletions
@@ -1,7 +1,4 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND_FIR: JVM_IR
// IGNORE_BACKEND: JVM_IR
// TODO KT-36783 Consider generating GETFIELD instructions instead of unbox-impl calls in special methods of inline classes in JVM_IR
inline class UInt(private val value: Int)