[clang] disable unary, vector mask (PR #130400)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 14 01:01:10 PDT 2025
tbaederr wrote:
It sounds a little weird to allow the vector+int version only in codegen and not in constant evaluation. If we reject it, we should do that in Sema I think.
git blame for `Sema::BuiltinShuffleVector` is all over the place, so pinging @AaronBallman @cor3ntin to see if this goes in the right direction.
https://github.com/llvm/llvm-project/pull/130400
More information about the cfe-commits
mailing list