Adds RetPHI instructions at call sites
Adds metadata for live-out values inside of the function
Creates a new InlineFunction method to handle RetPHIs
Updates the LowerFold pass to manage RetPHI instructions and also inline the call.
Closes #81, with addendum: parameters are not specified as inout, every variable is. Call by value must be implemented explicitly.
Adds RetPHI instructions at call sites Adds metadata for live-out values inside of the function Creates a new InlineFunction method to handle RetPHIs Updates the LowerFold pass to manage RetPHI instructions and also inline the call.
Closes #81, with addendum: parameters are not specified as inout, every variable is. Call by value must be implemented explicitly.