[PATCH] D24463: AMDGPU: Rename glc operand type

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 14:09:46 PDT 2016


arsenm added a comment.

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

> Another thought: at some point I realised that I put ? or 0 in different places as a stub for missing operand in encoding, I think we should unify this and use 0 everywhere. What if to try using !if(ps.has_glc{0}, glc{0}, 0)?


Doesn't seem to be helping


https://reviews.llvm.org/D24463





More information about the llvm-commits mailing list