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

Ruiling, Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 25 23:26:17 PST 2022


ruiling added a comment.

I am not sure this is a good idea. Actually an ordinary V_CMP is still sinkable. It is only the V_CMP lowered from `llvm.amdgcn.icmp` that cannot be sinked.


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

https://reviews.llvm.org/D118185



More information about the llvm-commits mailing list