add SPIR-V 1.4 testing for no integer wrap decorations (#2041)

This PR adds targeted testing for SPIR-V 1.4 features. Specifically,
this PR adds testing for the NoSignedWrap and NoUnsignedWrap
decorations.

We can reuse large parts of the testing for the
`cl_khr_spirv_no_integer_wrap_decoration` extension to test the SPIR-V
1.4 feature.
This commit is contained in:
Ben Ashbaugh
2024-10-22 09:47:57 -07:00
committed by GitHub
parent 94257defea
commit ec6394488a
20 changed files with 981 additions and 56 deletions

View File

@@ -4,10 +4,10 @@ set(${MODULE_NAME}_SOURCES
main.cpp
test_basic_versions.cpp
test_cl_khr_expect_assume.cpp
test_cl_khr_spirv_no_integer_wrap_decoration.cpp
test_decorate.cpp
test_get_program_il.cpp
test_linkage.cpp
test_no_integer_wrap_decoration.cpp
test_op_atomic.cpp
test_op_branch_conditional.cpp
test_op_branch.cpp