Skip to content
Snippets Groups Projects
Commit b44f450c authored by Aaron Councilman's avatar Aaron Councilman
Browse files

Re-enabled inlining

parent 6013f479
No related branches found
No related tags found
1 merge request!57Intraprocedural SROA
Pipeline #200271 passed
......@@ -157,7 +157,7 @@ pub fn compile_ir(
pm.add_pass(hercules_opt::pass::Pass::Xdot(true));
}
// TEMPORARY
//add_pass!(pm, verify, Inline);
add_pass!(pm, verify, Inline);
add_pass!(pm, verify, CCP);
add_pass!(pm, verify, DCE);
add_pass!(pm, verify, GVN);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment