[K/N] Added returns before building DFG
This commit is contained in:
committed by
Igor Chevdar
parent
16f0ba8e46
commit
12d694de46
+3
-3
@@ -394,6 +394,9 @@ internal val bitcodePhase = NamedCompilerPhase(
|
||||
name = "Bitcode",
|
||||
description = "LLVM Bitcode generation",
|
||||
lower = contextLLVMSetupPhase then
|
||||
propertyAccessorInlinePhase then // Have to run after link dependencies phase, because fields
|
||||
// from dependencies can be changed during lowerings.
|
||||
returnsInsertionPhase then
|
||||
buildDFGPhase then
|
||||
devirtualizationAnalysisPhase then
|
||||
dcePhase then
|
||||
@@ -404,9 +407,6 @@ internal val bitcodePhase = NamedCompilerPhase(
|
||||
ghaPhase then
|
||||
RTTIPhase then
|
||||
generateDebugInfoHeaderPhase then
|
||||
propertyAccessorInlinePhase then // Have to run after link dependencies phase, because fields
|
||||
// from dependencies can be changed during lowerings.
|
||||
returnsInsertionPhase then
|
||||
escapeAnalysisPhase then
|
||||
localEscapeAnalysisPhase then
|
||||
codegenPhase then
|
||||
|
||||
Reference in New Issue
Block a user