[PATCH] D78190: Add Bfloat IR type
Ties Stuij via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 18 16:59:16 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 */
----------------
stuij wrote:
> 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.
patch up for review: https://reviews.llvm.org/D82135
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78190/new/
https://reviews.llvm.org/D78190
More information about the cfe-commits
mailing list