You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
device-libs: Use ballot(true) instead of calling read_exec builtin
The read_exec builtins are implemented with the ballot intrinsic anyway.
In the wave32 case, these will optimize down to just use the low 32-bits.
This converts a few uses, but others remain.
Apparently you can just use exec_hi as a GPR in wave32 though, so I'm not sure
we should be treating the raw exec read as assumed 0.
Change-Id: Id5621bf31b0bb7fa27456938942138f3dea85a0a
0 commit comments