We need to run the functions we compiled immediately after to check if they can ever be a constant expression.
I removed this before, thinking it was unneeded. Turns out it is needed to get the "constexpr function never produces a constant expression" diagnostics.
Why did you add these checks calling checkingPotentialConstantExpression for?