From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb1-xb34.google.com (mail-yb1-xb34.google.com [IPv6:2607:f8b0:4864:20::b34]) by sourceware.org (Postfix) with ESMTPS id CC2233858D28 for ; Wed, 2 Nov 2022 12:46:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CC2233858D28 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-yb1-xb34.google.com with SMTP id b16so1203447yba.2 for ; Wed, 02 Nov 2022 05:46:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=INelGLg3ZBIm//EMdxpd6i/yH0v5oiYbccvl6jBuhpI=; b=O+Z+/E6HBzG2lIiHlz351gnpe7rto4wpQjy2CGaIBtYLDuVJgy2z1H/eRq22GbhF26 aC4xKxP+e3CZW+w8TSKRgR2HnvREmnhfSGxe3MuHfMdcQ2vaxNTQeKlbqLIDiaxmIvQh ccNW8CixCv2VRHBOh0ii+fnMbqsi3Q2I3RouJOQgNywzsbBy0vz37KUPsgXZg5D6RII3 8AtVp3QzNMCRhUTxItO8tVRj7BM3FajGTtCZfsj/GQtrehrb8972Ii0vX0ul0vSf10gm T1QcSJExuPnMfNrf9zZoRUUPFPadauPeVpGb2YfpOr8OI2lPKRFcXux5KB33HXwcEyCx z6Fg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=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=INelGLg3ZBIm//EMdxpd6i/yH0v5oiYbccvl6jBuhpI=; b=a2oZYWI+E0UemSVg0gAu83bzMivz3q7PM6JlQaWQ3G5sbEbLXWBNlW/opxRgkgFHYd C2GmjmcCdQFWsk7hqA7Jj3EHKPlk3PQ/iBiVjCzt69dDKZub8RB9rvDqaLaJrmjuqr5L bydjhx9AvfDbR/uHvDPjesqvPoi9S8nt5QAfiyxPYBcpFCRWgXBT21TPB75TvmIcEhdv Nb01bfD0pYCcA6u8LVWEMMj8W04YOj2hfjfMCEe8hKzkpsvlt4y5qrSgXwgtNsrPKjmm iHDepCNYLM/9USO4NmtiXG95GHTDVjNCeS7k4UeRT/VPt7/6QbSoQHMkTqqbol2f92Z8 +VEw== X-Gm-Message-State: ACrzQf3daet/LHelLeV3J5Z1SVk+i6NWjNVcmoqRnQ58uNTovreneAiW 1lWKs5VeGt325Jo5CrQleu3sjG4ZxMFUe1fWRhw= X-Google-Smtp-Source: AMsMyM6qVyy4mIDKL4aaRLVdhVS0fCTCv2Cg2ISgQUE6tyZ9/E3R/AB4xgK0UpWJeaNbqSc2wMpjr5SXwOa0e0D+g78= X-Received: by 2002:a25:8d10:0:b0:6cf:c531:a714 with SMTP id n16-20020a258d10000000b006cfc531a714mr6623627ybl.394.1667393212167; Wed, 02 Nov 2022 05:46:52 -0700 (PDT) MIME-Version: 1.0 References: <546be11b-5bb6-e312-e309-291787d25018@linux.ibm.com> <5066b86d-81a8-5a81-cbbb-4b2b8f57ad98@linux.ibm.com> In-Reply-To: <5066b86d-81a8-5a81-cbbb-4b2b8f57ad98@linux.ibm.com> From: Uros Bizjak Date: Wed, 2 Nov 2022 13:46:43 +0100 Message-ID: Subject: Re: optabs: Variable index vec_set To: Robin Dapp Cc: GCC Patches , Richard Biener Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.6 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: On Wed, Nov 2, 2022 at 1:45 PM Robin Dapp wrote: > > > IIRC, I was trying to "fix" modeless operand by giving it a mode, but > > since it made no difference for x86, I later dropped the patch. > > However, operand with a known mode is preferred, so if it works for > > you, just include my patch in your submission. My patch is somehow > > trivial if we want operand to have known mode. > > I'd prefer to push it separately as my patch changes several things in > the s390 backend that are kind of unrelated. Is it OK to do an x86 > bootstrap and regtest and push it if everything looks good? You can of > course also do it yourself :) It is a middle-end patch, someone will have to approve it. Uros.