From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42a.google.com (mail-wr1-x42a.google.com [IPv6:2a00:1450:4864:20::42a]) by sourceware.org (Postfix) with ESMTPS id B7B233857367 for ; Fri, 17 Jun 2022 14:20:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B7B233857367 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=vrull.eu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=vrull.eu Received: by mail-wr1-x42a.google.com with SMTP id q9so5960423wrd.8 for ; Fri, 17 Jun 2022 07:20:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vrull.eu; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=FQu/b99neDIkgnug7gJLp/Sl5PJ8yYS9XrJ5LauFf7M=; b=cWAgwC3SZzZkADAeANa6b287KW22HSIjg7R2CK3zSps1L1dDk+J2YFArgzVUhdMFqa hasZdfrF7ECdt+ji1RW+vqbkfsuYVkETL/5xzAjHHxzC4aQg1FwPYn2XdZt0swRdY1cN 11hUy9BSDMZyK9tx5UangJX0qDTZ9yOn0ycxBjjRkykFab2cr/Oo076U5NlelyGpFU7y JJTHuT6dRFaA3pk267N2bUrKJvIuayyd7XuUaRwIDyFAAIuZ9yFBt8y3GQOyMuG2OqMm Qhe+GeTauZrmTVEnf40uBprJh9H6SIhO1z4iqfHCJu73UyZFM9lNVzxSKRbkGArlfL4G usyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=FQu/b99neDIkgnug7gJLp/Sl5PJ8yYS9XrJ5LauFf7M=; b=XpgJt7oWqhgYcLD2dbtRU1MYkVOk7psJdcbja4C/RsKMEeHb1oHKRu2KCJLHSZ+8Mt CbHtTXCH/wVv/WCUMPzbmCN6eAp5AtbKTSI7+skyQ+4NLHC18XQcec3cja9JRNpvjYzL 1X1UEsWzwDce+tvQeJ0a0KL3vYRHmi6YhwccVfXQFNQTMzV9bncnbPIQUzvJE1ZI5d8W Sozw4r5PEnkNMv5wjfKXmUdo0YNIu7tDpNDaMhnRh0CGUsLv5NVGqBOoXEXwRmgwGNX1 uPwg/hn4GC0yiMdyMFk3kN9n2dC7CyFnELRTM6H6BG2/YTUhmJjxmto3Bnkf4eDL5O/g mXtg== X-Gm-Message-State: AJIora+yvSEUsihGjyuzV0DAVl+URWvpiZJen9ThcOhjoCBalnBlLcZU luJtOBluO8y7nipP4UAx87EcVQT5v4J8JmauT/sqQA== X-Google-Smtp-Source: AGRyM1tOhb8RTiX98/ZyUC3nwcZKDpXk3VsGZ3uspfjXgyievmVDIoQpP80dV8AOz9hb4LnGbrp/IYPCLmYJXeaikbE= X-Received: by 2002:adf:db85:0:b0:21a:9af:4e7e with SMTP id u5-20020adfdb85000000b0021a09af4e7emr9407617wri.27.1655475608428; Fri, 17 Jun 2022 07:20:08 -0700 (PDT) MIME-Version: 1.0 References: <20220524214703.4022737-1-philipp.tomsich@vrull.eu> <20220524214703.4022737-3-philipp.tomsich@vrull.eu> <87czf7sn75.fsf@igel.home> In-Reply-To: From: Philipp Tomsich Date: Fri, 17 Jun 2022 16:19:57 +0200 Message-ID: Subject: Re: [PATCH v1 2/3] RISC-V: Split slli+sh[123]add.uw opportunities to avoid zext.w To: Kito Cheng Cc: Andreas Schwab , Vineet Gupta , GCC Patches , Andrew Waterman X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HTML_MESSAGE, JMQ_SPF_NEUTRAL, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2022 14:20:12 -0000 Kito, thanks: you were a few minutes ahead of my fix there. On Fri, 17 Jun 2022 at 16:00, Kito Cheng wrote: > Hi Andreas: > > Fixed via > https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=d6b423882a05d7b4f40ae1e9d942c9c4c13761b7 > , > thanks! > > On Fri, Jun 17, 2022 at 4:34 PM Andreas Schwab > wrote: > > > > ../../gcc/config/riscv/bitmanip.md: In function 'rtx_insn* > gen_split_44(rtx_ins\ > > n*, rtx_def**)': > > ../../gcc/config/riscv/bitmanip.md:110:28: error: comparison of integer > express\ > > ions of different signedness: 'int' and 'long unsigned int' > [-Werror=sign-compa\ > > re] > > 110 | if ((scale + bias) != UINTVAL (operands[2])) > > > > -- > > Andreas Schwab, schwab@linux-m68k.org > > GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 > > "And now for something completely different." >