[flang] Handle subnormals while folding SCALE, SET_EXPONENT, & FRACTION
The implementations of folding for the intrinsic functions SCALE and SET_EXPONENT do not cope correctly with numbers in the subnormal range. Fix SCALE, then modify SET_EXPONENT to be a special case of SCALE. Differential Revision: https://reviews.llvm.org/D131099
Loading
Please sign in to comment