Commit 38333164 authored by Matt Arsenault's avatar Matt Arsenault Committed by Matt Arsenault
Browse files

Completely ignore strict FP model and denormal-fp-math interaction

No behavior is going to make sense here until the default is IEEE.
parent 5350a489
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2771,8 +2771,6 @@ static void RenderFloatingPointOptions(const ToolChain &TC, const Driver &D,
      if (HonorINFs && HonorNaNs &&
        !AssociativeMath && !ReciprocalMath &&
        SignedZeros && TrappingMath && RoundingFPMath &&
        // FIXME: This should check for IEEE when it's the default.
        DenormalFPMath != llvm::DenormalMode::getInvalid() &&
        FPContract.equals("off"))
        // OK: Current Arg doesn't conflict with -ffp-model=strict
        ;