From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x142.google.com (mail-il1-x142.google.com [IPv6:2607:f8b0:4864:20::142]) by sourceware.org (Postfix) with ESMTPS id 07FAD385701E for ; Sat, 12 Sep 2020 16:42:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 07FAD385701E Received: by mail-il1-x142.google.com with SMTP id x2so11865593ilm.0 for ; Sat, 12 Sep 2020 09:42:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=z4qIHLTL3LN35X3INdFkNjsQAKEWsl9b+gEu/m8u8jY=; b=dAgOD/AWnYK90Kb3/OlGjtYUs9H9eV7uX6WI5sMmOayaYXe5jFWryKsJfbIBQy/z6B TaANVYa44aEZ6AMNScxMgG4cGyXes8C+ZZCufvsF/K08AitWWrr0Yd6zWPUTf6coDDOb SGfpv/3Dr5pUkkWMJHJ48KobCK31tUUtvpnURu1SZElZuftd7VrlrxAHVUlbxilEU5Gn +uF2ODcR0TYjfM2EYwATAfdUQt2ZzNKb8JPujTrUgx/+Bu1VIuuG0HaXFBibRayWvsJv 4E3d/25o1ADdUqzmEuR9Zp3egsxPi5Pymc9D7tOKCyHyGdeuPOSJPMfQl62bBO2bRfXN Zsmg== X-Gm-Message-State: AOAM5314ji2wGMPMa1jG0827AT/5f2A8/T1MTsJsDQ4EQE1r3SU/QPbs sVV8bADKIpUeAXS0QKxjhVhpnZyoRQew5doaz0cfevGdLiI= X-Google-Smtp-Source: ABdhPJymyK+7QoLBhVOa9VhCFA0cGUbUkgwNui06M3iWQpVZXXbp7zzyqbTvmBXbtHiNuuUTfg/m41uFS4lBi/jedu4= X-Received: by 2002:a05:6e02:10ce:: with SMTP id s14mr6488721ilj.13.1599928969561; Sat, 12 Sep 2020 09:42:49 -0700 (PDT) MIME-Version: 1.0 References: <20200910093624.23184-1-cooper.qu@linux.alibaba.com> In-Reply-To: <20200910093624.23184-1-cooper.qu@linux.alibaba.com> From: "H.J. Lu" Date: Sat, 12 Sep 2020 09:42:13 -0700 Message-ID: Subject: Re: [PATCH 1/3] CSKY: Add new arches while refine the cpu option process. To: Cooper Qu Cc: Binutils , Lifang Xia Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3.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.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2020 16:42:51 -0000 On Thu, Sep 10, 2020 at 2:39 AM Cooper Qu via Binutils wrote: > > Add arches CK804, CK805 and CK800. CK800 is an special arch which > support all instructions for CSKYV2. Refine the cpu tables to > simplify adding a new cpu. > This breaks csky: https://sourceware.org/bugzilla/show_bug.cgi?id=26608 BTW, there are no testcases for fmtvrl vr0, a0 fmtvrl vr1, a2 fmuls vr0, vr0, vr0 fmuls vr1, vr1, vr0 fmfvrl a0, vr1 fmtvrl vr1, a0 -- H.J.