Skip to content

JS: refactor GenStgRhs to include the Type in both constructors (#23280, #22576, #22364)

Josh Meredith requested to merge wip/js-stgrhsclosure into master

Carry the actual type of an expression through the PreStgRhs and into GenStgRhs for use in later stages. Currently this is used in the JavaScript backend to fix some tests from the above mentioned issues: EtaExpandLevPoly, RepPolyWrappedVar2, T13822, T14749.

Edited by Sylvain Henry

Merge request reports