[PATCH] D24463: AMDGPU: Rename glc operand type

Valery Pykhtin via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 24 03:25:07 PDT 2016


vpykhtin added a comment.

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)?


https://reviews.llvm.org/D24463





More information about the llvm-commits mailing list