Change function splitting to be a two-pass process
Summary: This patch builds upon the previous patch to create a two-pass process to function splitting. We first perform the full rewriting pipeline to discover which functions need splitting. Afterwards, we restart the pipeline with those functions annotated to be split. (cherry picked from FBD2691709)
Loading
Please sign in to comment