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

Momchil Velikov via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 14 04:07:25 PST 2025


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

Done

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


More information about the cfe-commits mailing list