================
@@ -553,11 +553,10 @@ def Rbits :  DXILOp<30, unary> {
   let attributes = [Attributes<DXIL1_0, [ReadNone]>];
 }
 
-def CBits :  DXILOp<31, unary> {
+def CBits :  DXILOp<31, unaryBits> {
----------------
bogner wrote:

Can we rename this to CountBits while we're at it? It's best if the OpCode 
names here match the existing [DXIL 
docs](https://github.com/microsoft/DirectXShaderCompiler/blob/main/docs/DXIL.rst#countbits)
 and the names used in DXC

https://github.com/llvm/llvm-project/pull/113189
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to