[PATCH] D145542: [RISCV] Don't parse the decimal minimum value for fli.s/fli.d/fli.h.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 14 20:08:32 PDT 2023
craig.topper added a comment.
In D145542#4195310 <https://reviews.llvm.org/D145542#4195310>, @joshua-arch1 wrote:
> @craig.topper Since we parse the instructions using double precision and use separate lookup tables for fli.h/fli.d now, I think there are no reason not to parse minimum v
In D145542#4195310 <https://reviews.llvm.org/D145542#4195310>, @joshua-arch1 wrote:
> @craig.topper Since we parse the instructions using double precision and use separate lookup tables for fli.h/fli.d now, I think there are no reason not to parse minimum values for FLI.
The min value for double is very long. I don’t think anyone would use it. I think we should ask on the riscv-isa-manual GitHub before supporting it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145542/new/
https://reviews.llvm.org/D145542
More information about the llvm-commits
mailing list