[clang] [clang][Sema] Allow splat initialization of a sizeless vector in a C++ code (PR #205432)
Paul Osmialowski via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 1 03:03:18 PDT 2026
pawosm-arm wrote:
> It's caused by this:
I've found that the same code has been written for RVV, so I had to take it into account. I've modified my patch and added the test cases covering RVV (all the same as for SVE).
https://github.com/llvm/llvm-project/pull/205432
More information about the cfe-commits
mailing list