[clang] [CLANG][AArch64]Add Neon vectors for mfloat8_t (PR #99865)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 16 07:32:42 PDT 2024
================
@@ -6438,6 +6438,8 @@ static llvm::FixedVectorType *GetNeonType(CodeGenFunction *CGF,
case NeonTypeFlags::Int8:
case NeonTypeFlags::Poly8:
return llvm::FixedVectorType::get(CGF->Int8Ty, V1Ty ? 1 : (8 << IsQuad));
+ case NeonTypeFlags::MFloat8:
----------------
CarolineConcatto wrote:
Good spot. I thought I had removed all the code related to scalar mfloat8.
https://github.com/llvm/llvm-project/pull/99865
More information about the cfe-commits
mailing list