KhronosGroup / KhronosGroup/SPIRV-Tools
spirv-fuzz: Apply OpBitcast equation fact to more types
Open
component:fuzzer
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 709
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 28
Description
SPIR-V spec says that operands of `OpBitcast` shouldn't necessarily have the same number of components. The only constraint is that they must have the same number of bits. Consider improving `TransformationEquationInstruction` to support this use-case.
Contributor guide
Assessment
This issue has not been assessed yet.