@ -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;