[clang] [AArch64] Refactor implementation of FP8 types (NFC) (PR #118969)

Momchil Velikov via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 11 11:40:21 PST 2024


================
@@ -243,6 +243,7 @@ AArch64ABIInfo::convertFixedToScalableVectorType(const VectorType *VT) const {
 
     case BuiltinType::SChar:
     case BuiltinType::UChar:
+    case BuiltinType::MFloat8:
----------------
momchil-velikov wrote:

Intrinsics are not relevant here.
This is covered by `clang/test/CodeGen/AArch64/pure-scalable-args.c`.

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


More information about the cfe-commits mailing list