[clang] [AArch64] Refactor implementation of FP8 types (NFC) (PR #118969)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 11 10:57:45 PST 2024
================
@@ -243,6 +243,7 @@ AArch64ABIInfo::convertFixedToScalableVectorType(const VectorType *VT) const {
case BuiltinType::SChar:
case BuiltinType::UChar:
+ case BuiltinType::MFloat8:
----------------
CarolineConcatto wrote:
Is this used by any intrinsic? Can we have test for this?
https://github.com/llvm/llvm-project/pull/118969
More information about the cfe-commits
mailing list