================
@@ -5037,6 +5037,66 @@ def ArithmeticFence : LangBuiltin<"ALL_LANGUAGES"> {
   let Prototype = "void(...)";
 }
 
+class SNUWTemplate :
----------------
philnik777 wrote:

Can we just make these builtins generic instead? There are like a dozen builtin 
families that first only got specific versions for different types and in the 
end got a generic version, because the generic version is just so much more 
useful.

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

Reply via email to