This PR fixes several bugs in extraction, and also includes some fixes to function inlining.
Unfortunately I ended up disabling function inlining for now due to performance problems (fix coming soon)
I also had to disable load eliminations because it violated the weakly linear invariant.
This PR fixes several bugs in extraction, and also includes some fixes to function inlining. Unfortunately I ended up disabling function inlining for now due to performance problems (fix coming soon) I also had to disable load eliminations because it violated the weakly linear invariant.