[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:45:35 PST 2024
================
@@ -529,6 +531,9 @@ llvm::Type *CodeGenTypes::ConvertType(QualType T) {
}
case BuiltinType::SveCount:
return llvm::TargetExtType::get(getLLVMContext(), "aarch64.svcount");
+ case BuiltinType::MFloat8:
----------------
momchil-velikov wrote:
> What is the difference between this change and before.
Ah, and the difference is that `__mfp8` is no longer an `AARCH64_VECTOR_TYPE`
https://github.com/llvm/llvm-project/pull/118969
More information about the cfe-commits
mailing list