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

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 29 08:19:22 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)">;
----------------
jhuber6 wrote:

It was annoying because the names are different depending on who called it and I didn't think it was necessary since the vast majority of diagnostics don't point out the name since they already direst you to the exact line and column. 

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


More information about the cfe-commits mailing list