[clang] [CLANG]Add Scalable vectors for mfloat8_t (PR #101644)
Paul Walker via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 10 03:57:22 PDT 2024
https://github.com/paulwalker-arm commented:
Not sure if there's enough support to update all of them but, but many of the following should be extended to cover the new types:
clang/test/CodeGenCXX/aarch64-sve-vector-init.cpp
clang/test/CodeGenCXX/aarch64-mangle-sve-fixed-vectors.cpp
clang/test/CodeGenCXX/aarch64-mangle-sve-vectors.cpp
clang/test/CodeGenCXX/aarch64-sve-fixedtypeinfo.cpp
clang/test/CodeGenCXX/aarch64-sve-typeinfo.cpp
clang/test/AST/ast-dump-aarch64-sve-types.c
clang/test/CodeGen/aarch64-sve.c
clang/test/CodeGenObjC/aarch64-sve-types.m
clang/test/Sema/aarch64-sve-types.c
clang/test/Sema/attr-arm-sve-vector-bits.c
clang/test/SemaObjC/aarch64-sve-types.m
Is it worth adding the tuple types as well? I'm happy for that to be a separate PR but I figure you'll be touching the same files so it might be easier done together. Your choice.
https://github.com/llvm/llvm-project/pull/101644
More information about the cfe-commits
mailing list