KhronosGroup / KhronosGroup/SPIRV-Tools
spirv-fuzz: Refactor TransformationDuplicateRegionWithSelection to avoid duplication of code.
Open
component:fuzzer
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 709
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 28
Description
Currently TransformationDuplicateRegionWithSelection reuses code from TransformationOutlineFunction, which recognizes wheter the region is single-entry, single-exit and all of its constructs and their merge blocks are either completely within or completely outside of the region. This could be fixed by refactoring and a possible modification of this code.
Contributor guide
Assessment
This issue has not been assessed yet.