getArbitraryFPSemantics lookup in APFloat.cpp is missing few entries for arbitrary FP formats.
Open
floating-point
llvm:support
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
It seems like fltSemantics are already defined for those missing entries but the lookup may not be updated in the said function.
these strings lookup fails, "Float8E5M2FNUZ", "Float8E4M3", "Float8E4M3FNUZ", "Float8E4M3B11FNUZ", "Float8E3M4", "Float8E8M0FNU"
Contributor guide
Assessment
This issue has not been assessed yet.