| ... | @@ -221,6 +221,7 @@ bool ZigLLVMTargetMachineEmitToFile(LLVMTargetMachineRef targ_machine_ref, LLVMM | ... | @@ -221,6 +221,7 @@ bool ZigLLVMTargetMachineEmitToFile(LLVMTargetMachineRef targ_machine_ref, LLVMM |
| 221 | PMBuilder->DisableUnrollLoops = is_debug; | 221 | PMBuilder->DisableUnrollLoops = is_debug; |
| 222 | PMBuilder->SLPVectorize = !is_debug; | 222 | PMBuilder->SLPVectorize = !is_debug; |
| 223 | PMBuilder->LoopVectorize = !is_debug; | 223 | PMBuilder->LoopVectorize = !is_debug; |
| | 224 | PMBuilder->LoopsInterleaved = !PMBuilder->DisableUnrollLoops; |
| 224 | PMBuilder->RerollLoops = !is_debug; | 225 | PMBuilder->RerollLoops = !is_debug; |
| 225 | // Leaving NewGVN as default (off) because when on it caused issue #673 | 226 | // Leaving NewGVN as default (off) because when on it caused issue #673 |
| 226 | //PMBuilder->NewGVN = !is_debug; | 227 | //PMBuilder->NewGVN = !is_debug; |