[PATCH] D151341: AMDGPU: Special case uniformity info for singlethreaded workitem IDs

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 08:57:35 PDT 2023


arsenm added a comment.

In D151341#4368700 <https://reviews.llvm.org/D151341#4368700>, @jhuber6 wrote:

> Shouldn't this similarly apply to wave syncs and ballots?

Ballots are forcibly uniform all the time. I guess this works for every operation and don't actually need to look for specific intrinsics


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151341/new/

https://reviews.llvm.org/D151341



More information about the llvm-commits mailing list