[PATCH] D118185: [AMDGPU] Mark v_cmp* convergent

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 05:15:58 PST 2022


foad added a comment.

Maybe another solution is to try to deprecate and remove amdgcn.icmp in favour of amdcgn.ballot, and try to lower ballot to a single machine instruction that is marked "convergent".


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

https://reviews.llvm.org/D118185



More information about the llvm-commits mailing list