| ... | ... | @@ -285,7 +285,7 @@ ZIG_EXTERN_C bool ZigLLVMTargetMachineEmitToFile(LLVMTargetMachineRef targ_machi |
| 285 | 285 | PipelineTuningOptions pipeline_opts; |
| 286 | 286 | pipeline_opts.LoopUnrolling = !options->is_debug; |
| 287 | 287 | pipeline_opts.SLPVectorization = !options->is_debug; |
| 288 | | pipeline_opts.LoopVectorization = false; // https://github.com/llvm/llvm-project/issues/186922 |
| 288 | pipeline_opts.LoopVectorization = !options->is_debug; |
| 289 | 289 | pipeline_opts.LoopInterleaving = !options->is_debug; |
| 290 | 290 | pipeline_opts.MergeFunctions = !options->is_debug; |
| 291 | 291 | |