================
@@ -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:
should be able to ignore it with a .*
https://github.com/llvm/llvm-project/pull/165156
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits