================
@@ -820,3 +820,12 @@ def WaveGetLaneIndex : DXILOp<111, waveGetLaneIndex> {
   let stages = [Stages<DXIL1_0, [all_stages]>];
   let attributes = [Attributes<DXIL1_0, [ReadNone]>];
 }
+
+def WaveAllBitCount : DXILOp<135, waveAllOp> {
----------------
pow2clk wrote:

Initially, I thought this couldn't be right since the latter name `waveAllOp` 
mismatches the former `WaveAllBitCount` in more than just capitalization, but 
though DXIL.rst makes no mention of waveAllOp, that is the name of the actual 
DXIL op. Weird, but consistent.

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

Reply via email to