"test/vscode:/vscode.git/clone" did not exist on "f4dfc060b79987580da9afc481dad746d5b3178d"
promote_literals pass (#1593)
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.
Showing
src/promote_literals.cpp
0 → 100644
Please register or sign in to comment