[clang] [CLANG]Add Scalable vectors for mfloat8_t (PR #101644)

Paul Walker via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 10 03:57:23 PDT 2024


================
@@ -87,6 +87,10 @@ class SVEType {
   bool isDefault() const { return DefaultType; }
   bool isFloat() const { return Float && !BFloat; }
   bool isBFloat() const { return BFloat && !Float; }
----------------
paulwalker-arm wrote:

To be consistent I think these need updating to include `&& !MFloat`?

There's also an "isFloatingPoint()" method that probably needs `|| MFloat`.

https://github.com/llvm/llvm-project/pull/101644


More information about the cfe-commits mailing list