• Charlie Lin's avatar
    promote_literals pass (#1593) · e3fb3a0d
    Charlie Lin authored
    Adds the promote_literals compiler pass that moves literals from the submodules to the main module.
    With the eliminate_common_subexpression pass, it will remove copies of literals created during split_single_dyn_dim.
    Pass is enabled with the split_single_dyn_dim compile option.
    e3fb3a0d
pass_manager.cpp 5.11 KB