================
@@ -266,6 +266,9 @@ Bug Fixes in This Version
   calls another function that requires target features not enabled in the 
caller. This
   prevents a fatal error in the backend.
 - Fixed scope of typedefs present inside a template class. (#GH91451)
+- Builtin elementwise operators now accept vector arguments that have different
+  qualifiers on their elements. For example, vector of 4 ``const float`` values
+  and vector of 4 ``float`` values. (#GH155620)
----------------
ckoparkar wrote:

Sorry my bad.

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

Reply via email to