================
@@ -20,8 +20,8 @@ uint test_uint(uint expr) {
 
 // CHECK-LABEL: test_uint2
 uint2 test_uint2(uint2 expr) {
-  // DXCHECK:  %[[RET:.*]] = call [[TY:.*]] 
@llvm.[[ICF:dx]].wave.reduce.or.v2i32([[TY]] %[[#]])
-  // SPVCHECK:  %[[RET:.*]] = call spir_func [[TY:.*]] 
@llvm.[[ICF:spv]].wave.reduce.or.v2i32([[TY]] %[[#]])
+  // DXCHECK:  %[[RET:.*]] = call [[TY:.*]] 
@llvm.[[ICF]].wave.reduce.or.v2i32([[TY]] %[[#]])
+  // SPVCHECK:  %[[RET:.*]] = call spir_func [[TY:.*]] 
@llvm.[[ICF]].wave.reduce.or.v2i32([[TY]] %[[#]])
----------------
farzonl wrote:

What I meant was only the first lines need `DXCHECK` and `SPVCHECK`. all 
successive checks can just be `CHECK`

https://github.com/llvm/llvm-project/pull/165156
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to