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

via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 4 02:27:46 PDT 2024


================
@@ -1139,6 +1139,7 @@ class ASTContext : public RefCountedBase<ASTContext> {
   CanQualType SatShortFractTy, SatFractTy, SatLongFractTy;
   CanQualType SatUnsignedShortFractTy, SatUnsignedFractTy,
       SatUnsignedLongFractTy;
+  CanQualType MFloat8Ty;
----------------
CarolineConcatto wrote:

I am not sure. The closest I see to a target dependent type are some openCL types
 OCLClkEventTy like OCLQueueTy.
I will change to ArmMFloat8 as you suggested.


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


More information about the cfe-commits mailing list