[PATCH] D78190: Add Bfloat IR type

Ties Stuij via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 18 09:46:07 PDT 2020


stuij marked an inline comment as done.
stuij added inline comments.


================
Comment at: llvm/include/llvm-c/Core.h:149
   LLVMHalfTypeKind,        /**< 16 bit floating point type */
+  LLVMBFloatTypeKind,      /**< 16 bit brain floating point type */
   LLVMFloatTypeKind,       /**< 32 bit floating point type */
----------------
tstellar wrote:
> Can you move this new enum value to the end of enum definition?  Adding it here changes the C ABI.
Yes, np. Will make a patch today.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78190





More information about the llvm-commits mailing list