[clang] [Clang] Change ballot mask handling for GPU intrinsics (PR #176202)
Johannes Doerfert via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 21 11:03:25 PST 2026
jdoerfert wrote:
I don't get this change. If the user wants the behaviour you have after the PR, they can simply pass in ~0 as lane mask. If they want to restrict the ballot result to a subset of lanes, they can pass in something else. What is the problem here?
https://github.com/llvm/llvm-project/pull/176202
More information about the cfe-commits
mailing list