[PATCH] D151313: [RISCV][BF16] Make backend type bf16 to follow the psABI

Kito Cheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 08:39:14 PDT 2023


kito-cheng added a comment.

libgcc has defined truncsfbf2, truncdfbf2, truncxfbf2, trunctfbf2, trunchfbf2, truncbfhf2 and extendbfsf2

I guess this might made me seems like a GNUism, but following the same rule should be easier for our life :P

Ref: https://github.com/gcc-mirror/gcc/commit/c2565a31c1622ab0926aeef4a6579413e121b9f9


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

https://reviews.llvm.org/D151313



More information about the llvm-commits mailing list