[llvm] [WIP][Uniformity Analysis][Assume] Generic assume-based uniformity optimization (PR #160670)
Sameer Sahasrabuddhe via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 1 01:48:33 PDT 2025
ssahasra wrote:
> Isn't the ballot result anded with exec? Such that this assume is only correct for full dispatches at the entry to the kernel?
AMDGPU backend only cares about uniformity within the active lanes of a wave. I didn't really understand the second sentence.
https://github.com/llvm/llvm-project/pull/160670
More information about the llvm-commits
mailing list