Add lowering that will evaluate all intrinsic const expressions

This commit is contained in:
Ivan Kylchik
2021-11-15 17:12:56 +03:00
parent 6a0802a1be
commit d0ab01ad24
4 changed files with 54 additions and 19 deletions
@@ -407,6 +407,7 @@ private fun buildJvmLoweringPhases(
validateIrBeforeLowering then
processOptionalAnnotationsPhase then
expectDeclarationsRemovingPhase then
constEvaluationPhase then
serializeIrPhase then
scriptsToClassesPhase then
fileClassPhase then