[PATCH] D22108: AMDGPU: Only use legal inline immediates with kill pseudo
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 19 09:14:55 PDT 2016
arsenm added a comment.
In https://reviews.llvm.org/D22108#488377, @nhaehnle wrote:
> 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.
Removing the kilp intrinsic would also be nice
https://reviews.llvm.org/D22108
More information about the llvm-commits
mailing list