[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 07:59:55 PDT 2016


nhaehnle added a comment.

I forgot about this patch. I investigated our kill code generation some more, and it turns out that changing the "default" kill intrinsic to take an i1 instead of a float leads to better code anyway.

So if this change here is urgent to you for some reason, just go ahead and commit as-is and I'll rebase my changes on top of it, otherwise I'll soon post a change that should end up having the same effect.


https://reviews.llvm.org/D22108





More information about the llvm-commits mailing list