[JVM IR] Drop ConstLowering
It basically can be replaced with IR interpreter. The only half-hack was required in `PropertyReferenceLowering`. Const interpreter is running before it, so we can't optimize some calls on const properties that appear after this lowering. Solution is to inline constants manually during property reference lowering.
This commit is contained in:
-1
@@ -1,6 +1,5 @@
|
||||
// IGNORE_BACKEND: NATIVE
|
||||
// WITH_STDLIB
|
||||
// WITH_STDLIB
|
||||
// WITH_REFLECT
|
||||
|
||||
// MODULE: lib
|
||||
|
||||
Reference in New Issue
Block a user