[PATCH] D22108: AMDGPU: Only use legal inline immediates with kill pseudo

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 09:25:43 PDT 2016


nhaehnle added a comment.

Yes, I'm working on a combination of patches for LLVM and Mesa that replaces both llvm.AMDGPU.kill and llvm.amdgpu.kilp with an llvm.amdgcn.kill(i1) intrinsic, where the argument is true if the thread should be killed.


https://reviews.llvm.org/D22108





More information about the llvm-commits mailing list