================
@@ -2735,6 +2736,13 @@ inline bool InvalidDeclRef(InterpState &S, CodePtr OpPC,
   return CheckDeclRef(S, OpPC, DR);
 }
 
+inline bool SizelessVectorElementSize(InterpState &S, CodePtr OpPC) {
----------------
tbaederr wrote:

If you look at what the current interpreter does: 1) This should use `CCEDiag` 
instead and 2) the diagnostic should only be emitted if we're in a constant 
context

https://github.com/llvm/llvm-project/pull/99794
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to