Fixes to Constant Elimination Pass
Files
4@@ -17,9 +17,21 @@ def emit_ir(ir: PsAstNode):
@@ -66,7 +78,10 @@ class IRAstPrinter(BasePrinter):
This MR extends testing of the EliminateConstants
pass, fixes some bugs in its symbol creator, and fixes errors in casting of vector constants.
get_new_symbol
to create extracted symbolsconst
data types