[clang] disable unary, vector mask (PR #130400)

via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 11 03:15:05 PDT 2025


wsehjk wrote:

> You can see two test failures in the CI output above.

Hi. This PR disables the unary version of` __builtin_shufflevector(vec, mask)`. If my implementation is correct, I believe we should remove the unary version test to pass the CI.

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


More information about the cfe-commits mailing list