codemzs added a comment.
I have created a separate change to upgrade existing `__bf16` to arithmetic
type at D150913 <https://reviews.llvm.org/D150913>
================
Comment at: clang/lib/AST/Type.cpp:2222
+ return (BT->getKind() >= BuiltinType::Bool &&
+ BT->getKind() <= BuiltinType::Ibm128 &&
+ (BT->getKind() != BuiltinType::BFloat16 ||
----------------
Remove
================
Comment at: clang/lib/Basic/Targets/AMDGPU.h:122
+ const char *getBFloat16Mangling() const override { return "DF16b"; };
+
std::string_view getClobbers() const override { return ""; }
----------------
Remove
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149573/new/
https://reviews.llvm.org/D149573
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits