================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to