vbvictor wrote: > @vbvictor @5chmidti would you say it makes sense to cherry-pick these changes > to branch `release/21.x`? If yes, could you maybe edit this PR's milestones?
Taking into account that we already have an official release (not RC) and reading from https://llvm.org/docs/HowToReleaseLLVM.html#release-patch-rules: > Bug fix releases Patches should be limited to bug fixes or very safe and > critical performance improvements. Patches must maintain both API and ABI > compatibility with the X.1.0 release. I'm sorry, I don't see critical bug fixes or performance improvements here. And we generally don't backport bug fixes (unless it's a critical one that reported often) https://github.com/llvm/llvm-project/pull/132924 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
