[PATCH] D24463: AMDGPU: Rename glc operand type

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 23 08:42:05 PDT 2016


arsenm added a comment.

In https://reviews.llvm.org/D24463#550544, @vpykhtin wrote:

> I'm not sure I understand what the problem is.
>
> One of the problem I met using "bits" is that it requires explicit bit range inside !if expression, that might be the problem in your case. I fixed it for VOPs but haven't in other places yet. Try changing if to !if(has_glc, glc{0}, 0). Other possible way is to use "bit" instead of "bits<1>".


I tried that, but I think I had a different issue with that


https://reviews.llvm.org/D24463





More information about the llvm-commits mailing list