Skip to content

Commit 9c43edf

Browse files
committed
cleanup
1 parent dd6eff1 commit 9c43edf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/test/CodeGenHLSL/builtins/WaveActiveAnyTrue.hlsl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ bool test(bool p1) {
1313
// CHECK-SPIRV: %[[RET:.*]] = call spir_func i1 @llvm.spv.wave.activeanytrue(i1 %{{[a-zA-Z0-9]+}}) [ "convergencectrl"(token %[[#entry_tok0]]) ]
1414
// CHECK-DXIL: %[[RET:.*]] = call i1 @llvm.dx.wave.activeanytrue(i1 %{{[a-zA-Z0-9]+}})
1515
// CHECK: ret i1 %[[RET]]
16-
// CHECK: fex
1716
return WaveActiveAnyTrue(p1);
1817
}

0 commit comments

Comments
 (0)