https://gcc.gnu.org/g:3f04435124cd9f0b9e616b9ef1ca6d0a478366bb
commit r16-4497-g3f04435124cd9f0b9e616b9ef1ca6d0a478366bb Author: Richard Biener <[email protected]> Date: Mon Oct 20 09:31:15 2025 +0200 Update auto-vectorizer maintainance area The following adjusts the attribution of the auto-vectorizer area to say 'vectorizer (+ tree-if-conv)' as approved by the SC. * MAINTAINERS (auto-vectorizer): Change attribution to vectorizer (+ tree-if-conv). Diff: --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 05598811322b..c35ab0b5ae64 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -252,8 +252,8 @@ reload Ulrich Weigand <[email protected]> RTL optimizers Eric Botcazou <[email protected]> instruction combiner Segher Boessenkool <[email protected]> pair fusion Alex Coplan <[email protected]> -auto-vectorizer Richard Biener <[email protected]> -auto-vectorizer Zdenek Dvorak <[email protected]> +vectorizer (+ tree-if-conv) Richard Biener <[email protected]> +vectorizer (+ tree-if-conv) Zdenek Dvorak <[email protected]> loop infrastructure Zdenek Dvorak <[email protected]> loop ivopts Bin Cheng <[email protected]> loop optimizer Bin Cheng <[email protected]>
