sdesmalen marked an inline comment as done. sdesmalen added inline comments.
================ Comment at: clang/utils/TableGen/SveEmitter.cpp:98 + bool isScalarPredicate() const { + return !Float && Predicate && NumVectors == 0; + } ---------------- note: the changes to isScalarPredicate and to SVEType::str() are fixes to allow expressing `bool`, which weren't previously exhibited because there wasn't yet a builtin that used a scalar `bool` as argument. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D78750/new/ https://reviews.llvm.org/D78750 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits