[PATCH] D156990: [LegalizeTypes][RISCV] Support libcalls for fpto{s,u}i of bfloat by extending to f32 first

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 11:13:10 PDT 2023


bjope added a comment.

I'm not that familiar with floating point legalization. Is there a difference between using FP_EXTEND and for example F16_TO_FP/BF16_TO_FP (except that those only extend from a half precision type)?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156990/new/

https://reviews.llvm.org/D156990



More information about the llvm-commits mailing list