[K/N] Disable constant inline phase until we fix macOS AArch 64.

This phase causes assertEquals(0x7FF80000_00000000L, Double.NaN.toBits())
to fail.
This commit is contained in:
Sergey Bogolepov
2022-07-15 19:22:02 +03:00
committed by Space
parent b50d2ff20a
commit 2693a29ab6
@@ -302,7 +302,8 @@ internal val allLoweringsPhase = NamedCompilerPhase(
coroutinesPhase,
typeOperatorPhase,
expressionBodyTransformPhase,
constantInliningPhase,
// Disabled for now because it leads to problems with Double.NaN and Float.NaN on macOS AArch 64.
// constantInliningPhase,
fileInitializersPhase,
bridgesPhase,
autoboxPhase,