[clang] [llvm] [Clang][AArch64] Allow FP8 Neon vector types to be used by __builtin_shufflevector (PR #119031)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 10 01:52:22 PST 2025


================
@@ -2578,6 +2576,19 @@ bool Type::isSveVLSBuiltinType() const {
   return false;
 }
 
+bool Type::isNeonVectorBuiltinType() const {
----------------
CarolineConcatto wrote:

Can you do this similar what it was done for SVE?
So if we add more types they will be added by default.

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


More information about the llvm-commits mailing list