[PATCH] D78190: Add Bfloat IR type
Tom Stellard via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 17 12:24:12 PDT 2020
tstellar 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 */
----------------
Can you move this new enum value to the end of enum definition? Adding it here changes the C ABI.
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