启动循环优化

master
安峻邑 1 week ago
parent b93e81ce74
commit cb33c344ac

@ -30,13 +30,13 @@ class PassManagerModule {
RunMem2Reg(*module_);
// RunLICM(module_);
RunLICM(module_);
// RunStrengthReduction(module_);
RunStrengthReduction(module_);
// RunLoopFission(module_);
RunLoopFission(module_);
// RunLoopUnrolling(module_);
RunLoopUnrolling(module_);
bool changed = true;
int max_iterations = 10;

Loading…
Cancel
Save