[clang] [Clang] Add masked vector builtins for expand and compress access (PR #156042)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 29 08:16:34 PDT 2025


================
@@ -11016,7 +11016,7 @@ def err_sizeless_nonlocal : Error<
 def err_vec_masked_load_store_ptr : Error<
  "%ordinal0 argument must be a %1">;
 def err_vec_masked_load_store_size : Error<
- "all arguments to %0 must have the same number of elements (was %1 and %2)">;
+ "all arguments must have the same number of elements (was %0 and %1)">;
----------------
erichkeane wrote:

What is the reason for change here?  The previous diagnostic seems more user friendly.

https://github.com/llvm/llvm-project/pull/156042


More information about the cfe-commits mailing list