================
@@ -166,7 +166,7 @@ let Features = "sse2", Attributes = [NoThrow] in {
   def movnti : X86Builtin<"void(int *, int)">;
 }
 
-let Features = "sse2", Attributes = [NoThrow, Const, RequiredVectorWidth<128>] 
in {
+let Features = "sse2", Attributes = [NoThrow, Const, Constexpr, 
RequiredVectorWidth<128>] in {
----------------
RKSimon wrote:

Don't update all these builtins to constexpr - find an existing "[NoThrow, 
Const, Constexpr, RequiredVectorWidth<128>]" block and move the cvtpd2ps def - 
same for the other pd2ps defs.

https://github.com/llvm/llvm-project/pull/169980
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to