https://github.com/MaskRay requested changes to this pull request.
Adding control options to PipelineTuningOptions members is cumbersome and every lld port might need it. Linker options have stronger stability guarantee while we shouldn't guarantee much here. Can we use a `cl::opt` option? Can we make `ld.lld -mllvm=-vectorize-slp=0` disable the vectorizer, if it doesn't today? https://github.com/llvm/llvm-project/pull/201585 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
