We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d7fbb commit bb744e9Copy full SHA for bb744e9
clang/test/CodeGenHLSL/builtins/WaveActiveSum.hlsl
@@ -33,8 +33,8 @@ uint64_t test_uint64_t(uint64_t expr) {
33
34
// CHECK-LABEL: test_floatv4
35
float4 test_floatv4(float4 expr) {
36
- // CHECK-SPIRV: %[[RET1:.*]] = call spir_func [[TY1:.*]] @llvm.spv.wave.reduce.sum.v4f32([[TY1]] %[[#]]
37
- // CHECK-DXIL: %[[RET1:.*]] = call [[TY1:.*]] @llvm.dx.wave.reduce.sum.v4f32([[TY1]] %[[#]])
+ // CHECK-SPIRV: %[[RET1:.*]] = call reassoc nnan ninf nsz arcp afn spir_func [[TY1:.*]] @llvm.spv.wave.reduce.sum.v4f32([[TY1]] %[[#]]
+ // CHECK-DXIL: %[[RET1:.*]] = call reassoc nnan ninf nsz arcp afn [[TY1:.*]] @llvm.dx.wave.reduce.sum.v4f32([[TY1]] %[[#]])
38
// CHECK: ret [[TY1]] %[[RET1]]
39
return WaveActiveSum(expr);
40
}
0 commit comments