Commit a79e257
authored
When SPIRV-Tools is enabled, tests that specify the target environment `vulkan1.3` in the validation step fail. This is because SPIRV-Tools seems to have [grown some capability checks for vulkan 1.3](KhronosGroup/SPIRV-Tools@7e41c71). The failing tests are: - `CodeGen/SPIRV/hlsl-intrinsics/SV_GroupIndex.ll` - `CodeGen/SPIRV/hlsl-intrinsics/smoothstep.ll` For now, the fix is to XFAIL these tests to unblock the pipeline. Issue #136344 tracks the long-term solution for this.
1 parent 5dcfa61 commit a79e257
File tree
2 files changed
+6
-0
lines changed- llvm/test/CodeGen/SPIRV/hlsl-intrinsics
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
0 commit comments