[clang] [clang] Update typechecking of builtin elementwise ternary math operators (PR #155620)
Chaitanya Koparkar via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 29 03:09:13 PDT 2025
================
@@ -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
More information about the cfe-commits
mailing list