[PATCH] D146523: [AMDGPU]: Add new intrinsic llvm.amdgcn.convergent.copy

Brian Sumner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 08:04:52 PDT 2023


b-sumner added a comment.

It might be better to loop over only active lanes, found using ctz or clz builtins.


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

https://reviews.llvm.org/D146523



More information about the llvm-commits mailing list