spirv-fuzz: preserve some analyses when permuting blocks (#2918)
The performance of the fuzzer was unacceptable in the 'permute blocks' transformation, due to dominator analysis being repeatedly invalidated and recomputed. This change preserves the dominator analysis, together with the CFG analysis, when a block is moved down.
Loading
Please register or sign in to comment