1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:07:35 +00:00

JSSpecCompiler: Add SSA form building pass

This commit is contained in:
Dan Klishch 2023-10-01 23:01:10 -04:00 committed by Andrew Kaster
parent 20aa56891a
commit fbdb1a3d61
5 changed files with 598 additions and 0 deletions

View file

@ -9,6 +9,7 @@ set(SOURCES
Compiler/Passes/FunctionCallCanonicalizationPass.cpp
Compiler/Passes/IfBranchMergingPass.cpp
Compiler/Passes/ReferenceResolvingPass.cpp
Compiler/Passes/SSABuildingPass.cpp
Parser/CppASTConverter.cpp
Parser/Lexer.cpp
Parser/ParseError.cpp