[RISCV] Don't parse the decimal minimum value for fli.s/fli.d/fli.h.
There are a couple bugs in the current support for this: -We do all the parsing in single precision so any value less than or equal to the minimum fp32 is accepted as the minimum value for f64. -To support fp16 minimum value, getLoadFP32Imm has a special case, but that causes a miscompile in CodeGen. Differential Revision: https://reviews.llvm.org/D145542
Loading
Please register or sign in to comment