From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x833.google.com (mail-qt1-x833.google.com [IPv6:2607:f8b0:4864:20::833]) by sourceware.org (Postfix) with ESMTPS id 95F473858D33 for ; Thu, 11 May 2023 03:30:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 95F473858D33 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-qt1-x833.google.com with SMTP id d75a77b69052e-3f3a287ecceso11273391cf.0 for ; Wed, 10 May 2023 20:30:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1683775851; x=1686367851; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=yDyc64HbtDGW68GxxA4zd1V1ZXgkieyza08RCMF5DKM=; b=C18UgoSk/34EW5HevljZqSOso11k3U+4U69YPIda37kSijhrRQFlCJlCC9MY6QJhGu Jj6AZnUdmMJMoiZHFrZLZ7vrtbQNo8jDOzKVlY3nlyZvbb3KSB0SYzCI1HpK/B3ZgLmb wvEzrOc4BcY4dhCbt0Ewr0jxSmvumIBPC9PeOsy4GU3Whh6RFN5iBx5SfVk5/Ay4j8Dl Y+nXK6OycZg+VuNA3bWnR56InADkh+3GuIt5fQC6t3K4tB4XpPRzsa58IvXhTbDA6Wdb WE45vRUT51+3VYdg4j0aAHqqtcPX5jWdS+TmSwWCaEMBmMOQMxSRF8eS5bAXk45Hts/J oEJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683775851; x=1686367851; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=yDyc64HbtDGW68GxxA4zd1V1ZXgkieyza08RCMF5DKM=; b=XBNLytF2tfZW/mHBPfNsOUq2c/T1SdEZyLMHCYIiAPyS0RXH3qfA/Gauy91544DwW8 ePxSaFE7cREl7fz9S2PexIQYjWfckPAourVEZX+pwxXBzGKmcTLpN1XSEb9u16GEVBbL OEb3VPfeTbLBHFn7PFRwS2+UtU4BeP9x5E0VgjRZ5NpFluVehAOuCqOfUBZQp8bHJsdG RLF/d7VBYP9l0zvKd+AOSOLwNmTMqUVH1+rR8E1nbtSUJh0vxySpadzPE3XJlvC/r+VG 1mjj+PjdKPn5W2HHQCyfevEitqNKPHt7gLuhHDroKr8cET2jIBFKKiayH4fyw5uLhjhG rymA== X-Gm-Message-State: AC+VfDwnLiSdDxxbHtIqnSIaJuamt/ZagDdKwotaeJVGNQq/WMBv+IQN Blxu42cmHIcLipBlxnPiB2U= X-Google-Smtp-Source: ACHHUZ4Gp3bjCcYjFhUuFpvGmY33N8FHLmQxUQ73ViuI8/isBJkBCiy/Don7BgH+dt00RwYIy+ncGA== X-Received: by 2002:ac8:5c91:0:b0:3ef:5ba0:7038 with SMTP id r17-20020ac85c91000000b003ef5ba07038mr32889534qta.21.1683775850856; Wed, 10 May 2023 20:30:50 -0700 (PDT) Received: from ?IPV6:2607:fb90:46e:fe5b:9e7a:a7d5:520e:1fc2? ([2607:fb90:46e:fe5b:9e7a:a7d5:520e:1fc2]) by smtp.gmail.com with ESMTPSA id bs7-20020ac86f07000000b003f215cfab53sm1080033qtb.53.2023.05.10.20.30.48 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 10 May 2023 20:30:50 -0700 (PDT) Message-ID: Date: Wed, 10 May 2023 21:30:45 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: [PATCH] riscv: Add autovectorization tests for binary integer Content-Language: en-US To: Kito Cheng , Palmer Dabbelt Cc: rdapp.gcc@gmail.com, gcc-patches@gcc.gnu.org, juzhe.zhong@rivai.ai, collison@rivosinc.com References: From: Jeff Law In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 5/10/23 20:26, Kito Cheng wrote: > Don't forgot to add Michael to co-author, you can added by following line: > > Co-authored-by: Michael Collison > > And GCC's changelog generating script will recognize that and generate > the right thing for that :) Thanks for pointing that out. I was looking for something similar to --author, but didn't find anything (of course). I didn't realize it was actually handled by looking for tags in the commit message. Jeff