From 7cf8e9ac421f36fa468df264167b2a8ed89e981f Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Tue, 20 Dec 2022 11:13:05 -0500 Subject: [PATCH] [ez] Fixup missing passes in test262-preprocessor --- compiler/forget/scripts/test262-preprocessor.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler/forget/scripts/test262-preprocessor.js b/compiler/forget/scripts/test262-preprocessor.js index 0ddaffa44c..4028b8b8af 100644 --- a/compiler/forget/scripts/test262-preprocessor.js +++ b/compiler/forget/scripts/test262-preprocessor.js @@ -20,9 +20,12 @@ module.exports = (test) => { const { ast } = run(nodePath, { eliminateRedundantPhi: true, inferReferenceEffects: true, + inferTypes: true, inferMutableRanges: true, - leaveSSA: true, inferReactiveScopeVariables: true, + inferReactiveScopes: true, + inferReactiveScopeDependencies: true, + leaveSSA: true, codegen: true, }); codegenText = prettier.format(