swift
8de89c39 - Add a scale-test validation test for quadratic behavior during inlining.

Commit
6 years ago
Add a scale-test validation test for quadratic behavior during inlining. Adds a stat to SILInstruction's transferNodesFromList to record the number of times an instruction is transfered to another block. This is the only way I can think of to detect quadratic behavior of passes that split basic blocks.
Author
Parents
Loading