Files
kotlin/compiler/testData/codegen/bytecodeText
Mads Ager 1f4a3b0d1c [JVM_IR] Avoid safe-call conversions from Byte? and Short? to Int? for
comparisons.

Having those conversions leads to unnecesary boxing and null checks.

This change does it only for JVM in the optimization lowering. It
is unclear to me if the other backends can get away with something
similar.
2020-05-08 11:39:30 +03:00
..
2020-01-20 16:00:36 +01:00
2020-04-09 07:37:30 +02:00
2020-01-21 11:26:02 +01:00