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

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 05:19:51 PDT 2023


asb requested changes to this revision.
asb added a comment.
This revision now requires changes to proceed.

Sorry to not have specifics on this - I'm working on a patch in this same area and as you've found as well, it's quite fiddly. Using the `__truncsfhf2` and `__extendhfsf2` libcalls isn't correct - they expect 16-bit floats in a different format to bfloat16.


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

https://reviews.llvm.org/D151313



More information about the llvm-commits mailing list