[clang] [CLANG][AArch64] Add the modal 8 bit floating-point scalar type (PR #97277)

Paul Walker via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 24 09:15:59 PDT 2024


================
@@ -2644,6 +2644,8 @@ class alignas(TypeAlignment) Type : public ExtQualsTypeCommonBase {
   bool isQueueT() const;                        // OpenCL queue_t
   bool isReserveIDT() const;                    // OpenCL reserve_id_t
 
+  bool isArmMFloat8Type() const; // AARCH64_OPAQUE_TYPE
----------------
paulwalker-arm wrote:

Are all the `// AARCH64_OPAQUE_TYPE` comments necessary?

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


More information about the cfe-commits mailing list