With fullfp16, it is cheaper to cast the {U,S}INT_TO_FP operand to i16
first, rather than promoting it to i32. The custom lowering for
{U,S}INT_TO_FP already supports that, it just needs to be used.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
-> Otherwise