Intraprocedural SROA
Compare changes
Files
2- Aaron Councilman authored
+ 11
− 1
@@ -634,7 +634,17 @@ pub fn repair_plan(plan: &mut Plan, new_function: &Function, edits: &[Edit]) {
Includes intraprocedural SROA optimization (and a small fix to the editor to handle creating and deleting the same node using the same editor, but in different edits).
A few notes about implementation not detailed in #8 (closed):
I do want to test this once we have interprocedural SROA to make sure everything cleans up the way it should, but we can merge this first or wait.
Resolves #8 (closed) now that !59 (merged) is merged.