From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 49C8B385700F; Fri, 1 Dec 2023 23:22:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 49C8B385700F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701472949; bh=KBHNsM0g0riFDqeyVRA9vyd0UzWKqUUGIOuUadFmNKA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MDKZaL+/9Km/hF8fGipLfWM4K4ROrSW06uYIyBtIsLKEBOuClhNVQf3wGainrBNBL QBMBwSvFZtW6DZYSwHUklE7B/g3hrnJ9JCY41VsY2CL/hfVyObs9aXEpcPdnJ5CUOx 1uZL4R45/azCoSjYF2gF7LuUbFu3MGFZLX+mKZd0= From: "vineetg at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112817] RISC-V: RVV: provide a preprocessor macro for VLS codegen Date: Fri, 01 Dec 2023 23:22:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: vineetg at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112817 --- Comment #6 from Vineet Gupta --- (In reply to JuzheZhong from comment #5) > Support VLS codegen with -mrvv-vector-bits and attribute is reasonable to= be > landed on GCC-14. I don't think that is the reqmt for this issue. Just defining the preproces= sor flag with existing gcc toggle for VLS codegen should be enough - as long as= it generates same macro as llvm.=