From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x52f.google.com (mail-pg1-x52f.google.com [IPv6:2607:f8b0:4864:20::52f]) by sourceware.org (Postfix) with ESMTPS id E8BA13858D28 for ; Mon, 28 Aug 2023 21:45:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E8BA13858D28 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-pg1-x52f.google.com with SMTP id 41be03b00d2f7-564af0ac494so1745187a12.0 for ; Mon, 28 Aug 2023 14:45:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693259132; x=1693863932; 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=tuQYNyoxTvGK7fS9w+uqePOfb3wvHMgA/+OnLQb4zi4=; b=TOUNGSRusSOT2ch9B39SeS/wv9dQWQHbAOcK1ucHHeuuO6BfOji3mTgXPic0D8KXcV d6uDgOFpczamRsAVFtwo5Ic2R0j55I/PTBwy27sipcrxYkitEv72bNNet7nAyl04D4y0 vgudTyRDEFK7r4QeZovLu6qVVn5o3eUnAoXO0FIvqkZ/uwKHaKEkIi12Jocepn5wB6u2 scGEHA/DKTDbhO7A/w4fV+reBJp1F31akbayYAa8n1LnIagM9QnCWunj5HlkGu9gXZpO 4ITMC6pbD/SNhGsDSu0iecGtmECFiXsTkfL49Yjbcct32BUl7pRaiYhLvP9nJDn/b+pC VAjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693259132; x=1693863932; 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=tuQYNyoxTvGK7fS9w+uqePOfb3wvHMgA/+OnLQb4zi4=; b=VkO8xjJ630A6oxX0zhqVLfzgXAtcKPj1xEv4pdxWdd+xC9NJx0KlShKD3ktw1okuv9 0TAHkW396MojLUshz9me8sO4JYqTFGIz0X5MKxeWa4LpvvJh1zzHcGdewr29wSQUpZFs 3ijlcNf4Moc+QS+KEhxlki44s5yaaJO6GBE1cXepV5JoWoybDDfCENzkh2cKRW/xskVv aC3tK/bdsj1jmihf4kW7WKjk3nh9jYUrwKTtpFCMxCNPYNI2FO+04E0xlmlQCn5CbfOg PYGXtiocoBOaG0iQfilfPh+hptGKR0ZduvSwQPZc6bABfbKyGudUq/h5bh1TfSIZf71A ZihQ== X-Gm-Message-State: AOJu0YxUroSOBsaSlFwBSGUHHUx99hYQrGMqfVYfdicY/l1wAd7KXBFL HbdjWYseQ5JqmWzud+2cylZ1hsNEz1Q= X-Google-Smtp-Source: AGHT+IH0zZ71xumuYjElIIw/0QgTOp4ieoJM2JS/Q1hLbgtSH1v0WIQTRvWV8WZwJgfbkeXPn6aIdA== X-Received: by 2002:a05:6a20:3d09:b0:13f:13cb:bc51 with SMTP id y9-20020a056a203d0900b0013f13cbbc51mr27983991pzi.25.1693259131667; Mon, 28 Aug 2023 14:45:31 -0700 (PDT) Received: from [172.31.0.109] ([136.36.130.248]) by smtp.gmail.com with ESMTPSA id b6-20020a170903228600b001bbb22652a4sm7872835plh.226.2023.08.28.14.45.30 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 28 Aug 2023 14:45:31 -0700 (PDT) Message-ID: Date: Mon, 28 Aug 2023 15:45:29 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH] RISC-V: Add Types to Un-Typed Vector Instructions: Content-Language: en-US To: Edwin Lu , gcc-patches@gcc.gnu.org Cc: gnu-toolchain@rivosinc.com References: <20230828190432.2530773-1-ewlu@rivosinc.com> From: Jeff Law In-Reply-To: <20230828190432.2530773-1-ewlu@rivosinc.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.5 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 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 8/28/23 13:03, Edwin Lu wrote: > Related Discussion: > https://inbox.sourceware.org/gcc-patches/12fb5088-3f28-0a69-de1e-f387371a5eb2@gmail.com/ > > This patch updates vector instructions to ensure that no insn is left > without a type attribute. Creates a placeholder type "vector" for insns > where a type isn't clear > > Tested for regressions using rv32/rv64 gc/gcv multilib with newlib/linux. > > gcc/Changelog: > > * config/riscv/autovec-vls.md: Update types > * config/riscv/riscv.md: Add vector placeholder type > * config/riscv/vector.md: Update types OK jeff >