barannikov88 added inline comments.
================
Comment at: clang/lib/AST/Type.cpp:2187
+ BT->getKind() <= BuiltinType::Ibm128 &&
+ BT->getKind() != BuiltinType::BF16;
if (const auto *ET = dyn_cast<EnumType>(CanonicalType))
----------------
Looks like another clang-format quirk.
================
Comment at: clang/lib/CodeGen/TargetInfo.cpp:5568
bool allowBFloatArgsAndRet() const override {
+ return getTarget().hasBF16Type();
----------------
Should the name of the method be updated?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150291/new/
https://reviews.llvm.org/D150291
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits