[K/Wasm] Add enum entries comparison optimization
This commit is contained in:
@@ -363,7 +363,7 @@ private val forLoopsLoweringPhase = makeIrModulePhase(
|
||||
private val enumWhenPhase = makeIrModulePhase(
|
||||
::EnumWhenLowering,
|
||||
name = "EnumWhenLowering",
|
||||
description = "Replace `when` subjects of enum types with their ordinals"
|
||||
description = "[Optimization] Replace `when` subjects of enum types with their ordinals"
|
||||
)
|
||||
|
||||
private val propertyLazyInitLoweringPhase = makeIrModulePhase(
|
||||
|
||||
Reference in New Issue
Block a user