From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua1-x933.google.com (mail-ua1-x933.google.com [IPv6:2607:f8b0:4864:20::933]) by sourceware.org (Postfix) with ESMTPS id ECFEF385840A for ; Sun, 5 Mar 2023 09:27:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org ECFEF385840A 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-ua1-x933.google.com with SMTP id v48so4477355uad.6 for ; Sun, 05 Mar 2023 01:27:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1678008473; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=7kBYEPy2ZgT2f7S7boNWIo/LijP30B0gPhVcaFq7y9g=; b=VwhdqW9dS7YA9J1t0zD4AvrdVEl/vSxP0tfZhGdq+XKmRnQZ6FaYaBOBVJypv8uA+C GC+SEmOY3zS0KDWxY2aZULAfF4pEslNtWBLiyN/ck6F/V+sPaAnyB3kqcNE3xIExpFNs zEyX/Urf7jvKWilLVn3b36xz9MmL0zFkJfWVt6UKMpVqyMmpxCQAW/Y2IWPHbFMAhUGM 2Dr7HcKXcp4RhXi4MTsCLsXs1FYzymiEJdfQrXPghs/i5UZRe68krXOEquhLnBHbMJzO QSl9/xRzuKLIltYcR2ycLM6/M98QyuUNexuXtQudsAKHlWT73H6cOoFOUPQptfiuQghb OKWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678008473; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=7kBYEPy2ZgT2f7S7boNWIo/LijP30B0gPhVcaFq7y9g=; b=EbGbXSxT+R+kJsxCw4RITu63Uxb8FoAHhlZZ0yLnrs6Azv3Q/98lLRgs7IeZVzgujH PoP1gcYBTGABZv/Uulh4LNfsHy3tGOfcOhWPCLWOh5XUpFOL94EbVaw2aTVJrZg2q9Co /vG9SvTip11lpzqJKkZiw1M801vjkbFQ2e26MQh3R7gizf1+DKbTdzG08CkjL42Vkn0f vAMjkEhbQ/HyKnIUtHowq0Xl5ktRAxX4tmDZbqE9Y5SoBT1cu4PDKdn3L23hAYSTLFol E6SpDg6BGEmjCRpjU+gcuJ4XoCInxTQwmOnyVrlgUKSDRJtNQt9oz4AzERzXXsbSX5Kp U8uA== X-Gm-Message-State: AO0yUKWIaULrlp92Blx8U0ceHmfd7i2fqqSTVUIwCMZYVQgCOxJkraRu RJgJbY9MbXdTq5AgEp2Ikf2w8v9tI5LeA0riFj0cQfCHgbA= X-Google-Smtp-Source: AK7set+hwr0tObIQ/oA7IEXNd4tciL3TMUO5CRL0kWf6l1wOgyOSKOZWdyuBngCwRJ+MzjvpDMUUy7FfjFiOoOLHV48= X-Received: by 2002:a1f:ecc5:0:b0:406:1ef2:7bc7 with SMTP id k188-20020a1fecc5000000b004061ef27bc7mr4347372vkh.2.1678008473106; Sun, 05 Mar 2023 01:27:53 -0800 (PST) MIME-Version: 1.0 References: <20230228050036.30601-1-mynameisxiaou@gmail.com> In-Reply-To: From: Kito Cheng Date: Sun, 5 Mar 2023 17:27:42 +0800 Message-ID: Subject: Re: [PATCH] RISC-V: Fix wrong partial subreg check for bsetidisi To: Philipp Tomsich Cc: Lin Sinan , gcc-patches@gcc.gnu.org, palmer@dabbelt.com, andrew@sifive.com, Lin Sinan Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP 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: Committed, thanks! On Tue, Feb 28, 2023 at 5:32=E2=80=AFPM Philipp Tomsich wrote: > > On Tue, 28 Feb 2023 at 06:00, Lin Sinan wrote: > > > > From: Lin Sinan > > > > The partial subreg check should be for subreg operand(operand 1) instea= d of > > the immediate operand(operand 2). This change also fix pr68648.c in zbs= . > > Good catch. > Reviewed-by: