From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1029.google.com (mail-pj1-x1029.google.com [IPv6:2607:f8b0:4864:20::1029]) by sourceware.org (Postfix) with ESMTPS id 19698385701A for ; Wed, 21 Jul 2021 09:28:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 19698385701A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=sifive.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=sifive.com Received: by mail-pj1-x1029.google.com with SMTP id my10so1319778pjb.1 for ; Wed, 21 Jul 2021 02:28:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=9lkUPoRDKm6IcBtJPAEuGFmc/PGJR/3j/CVWGGEMHck=; b=f2WfG5+NWSHZJf0Y0C/2BBnEcgQ3RRRaPuII4wbuJR4TsxudsLhLsXyl1KovFlc3HB BYj9xoLlfbKl2JIvEm7JlRmaRdwKoZWnciQWv29ZJw0+GRvwKJ+J3QzBAaPowHOBLbby XZuPF37zrNOsG2bL6LoKztw0fGK2EUjVX+WIaNNTkzG6I6CE468K2o7FTEzkesnyxfVs CFb7iE4BNF3CXQetuauGKtf5tx7o7VuCTA51ZKsg64aIcYN7QRwNyn9oYxE2MUfQ7ZYB yGudluqiBwZytk8vRcBAtAM3lrgJwJdPJxYKi65oe0lfDDsp2cMfBtjWGGwl2F0OUXDH xcFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=9lkUPoRDKm6IcBtJPAEuGFmc/PGJR/3j/CVWGGEMHck=; b=LsBMbAa05Voou/7u0KGRX0fprR8ww9Jq8aFTWZ4EifVnclIUzxuTsX0FGC4ZieSQos gkaHwv2c3+Ya/vSx4Q+yJIasuWJV5R+Cb5nhaneaP8+dIGmJ6waHWz22rLvyf8o6gMN3 KrjTXJ9O3H+zHfanu4oe7wdH/dbyN6JahlK6lyDyGZcxuYAUFOBUloeOJYPvK64pdz1c l2sx7loPvBfPu6Ff73Pg3uCjUw4ZkiURPDsgJIA3wVV/GfYRB+On3wBw//nZGHeJ4AW4 oNDnLdC1tjWsFrwyp1MINcog3gAWpI422zOTupJfe2kZZf6LMaHNVha/42gQ2OSE+k1Z U3VA== X-Gm-Message-State: AOAM530FePgYnj8nWd6DN8yCYSff8g1Qw07ZfKg0xqFcYzTAEZluRKWD B1ASjSXcP2djHiwNwtreT+evSZLublUJpA== X-Google-Smtp-Source: ABdhPJwuZKbf2wIgr/Ou6t3IYaRen6ryQNZWziG1vZr0VaKiX/0xfCOC0nDyyC08IZ8rySeIECqohg== X-Received: by 2002:a17:90b:3b44:: with SMTP id ot4mr17855807pjb.78.1626859728780; Wed, 21 Jul 2021 02:28:48 -0700 (PDT) Received: from hsinchu02.internal.sifive.com (59-124-168-89.HINET-IP.hinet.net. [59.124.168.89]) by smtp.gmail.com with ESMTPSA id l6sm26429971pff.74.2021.07.21.02.28.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 21 Jul 2021 02:28:48 -0700 (PDT) From: Kito Cheng To: gcc-patches@gcc.gnu.org, kito.cheng@gmail.com, jimw@sifive.com Cc: Kito Cheng Subject: [PATCH 1/2] Add TARGET_COMPUTE_MULTILIB hook to override multi-lib result. Date: Wed, 21 Jul 2021 17:28:10 +0800 Message-Id: <20210721092810.66070-2-kito.cheng@sifive.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210721092810.66070-1-kito.cheng@sifive.com> References: <20210721092810.66070-1-kito.cheng@sifive.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-13.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2021 09:28:52 -0000 Create a new hook to let target could override the multi-lib result, the motivation is RISC-V might have very complicated multi-lib re-use rule*, which is hard to maintain and use current multi-lib scripts, we even hit the "argument list too long" error when we tried to add more multi-lib reuse rule. So I think it would be great to have a target specific way to determine the multi-lib re-use rule, then we could write those rule in C, instead of expand every possible case in MULTILIB_REUSE. * Here is an example for RISC-V multi-lib rules: https://gist.github.com/kito-cheng/0289cd42d9a756382e5afeb77b42b73b gcc/ChangeLog: * common/common-target.def (compute_multilib): New. * common/common-targhooks.c (default_compute_multilib): New. * doc/tm.texi.in (TARGET_COMPUTE_MULTILIB): New. * doc/tm.texi: Regen. * gcc.c: Include common/common-target.h. (set_multilib_dir) Call targetm_common.compute_multilib. (SWITCH_LIVE): Move to opts.h. (SWITCH_FALSE): Ditto. (SWITCH_IGNORE): Ditto. (SWITCH_IGNORE_PERMANENTLY): Ditto. (SWITCH_KEEP_FOR_GCC): Ditto. (struct switchstr): Ditto. * opts.h (SWITCH_LIVE): Move from gcc.c. (SWITCH_FALSE): Ditto. (SWITCH_IGNORE): Ditto. (SWITCH_IGNORE_PERMANENTLY): Ditto. (SWITCH_KEEP_FOR_GCC): Ditto. (struct switchstr): Ditto. --- gcc/common/common-target.def | 25 ++++++++++++++++++ gcc/common/common-targhooks.c | 15 +++++++++++ gcc/doc/tm.texi | 5 ++++ gcc/doc/tm.texi.in | 3 +++ gcc/gcc.c | 48 +++++++++-------------------------- gcc/opts.h | 36 ++++++++++++++++++++++++++ 6 files changed, 96 insertions(+), 36 deletions(-) diff --git a/gcc/common/common-target.def b/gcc/common/common-target.def index f54590a2a54..a720ecbea98 100644 --- a/gcc/common/common-target.def +++ b/gcc/common/common-target.def @@ -84,6 +84,31 @@ The result will be pruned to cases with PREFIX if not NULL.", vec, (int option_code, const char *prefix), default_get_valid_option_values) +DEFHOOK +(compute_multilib, + "Some target like RISC-V might have complicated multilib reuse rule which is\ + hard to implemented on current multilib scheme, this hook allow target to\ + override the result from built-in multilib mechanism.\ + @var{switches} is the raw option list with @var{n_switches} items;\ + @var{multilib_dir} is the multi-lib result which compute by the built-in\ + multi-lib mechanism;\ + @var{multilib_defaults} is the default options list for multi-lib; \ + @var{multilib_select} is the string contain the list of supported multi-lib, \ + and the option checking list. \ + @var{multilib_matches}, @var{multilib_exclusions}, and @var{multilib_reuse} \ + are corresponding to @var{MULTILIB_MATCHES}, @var{MULTILIB_EXCLUSIONS} \ + @var{MULTILIB_REUSE}. \ + The default definition does nothing but return @var{multilib_dir} directly.", + const char *, (const struct switchstr *switches, + int n_switches, + const char *multilib_dir, + const char *multilib_defaults, + const char *multilib_select, + const char *multilib_matches, + const char *multilib_exclusions, + const char *multilib_reuse), + default_compute_multilib) + /* Leave the boolean fields at the end. */ /* True if unwinding tables should be generated by default. */ diff --git a/gcc/common/common-targhooks.c b/gcc/common/common-targhooks.c index 325f199bff3..1477aeeb536 100644 --- a/gcc/common/common-targhooks.c +++ b/gcc/common/common-targhooks.c @@ -90,3 +90,18 @@ const struct default_options empty_optimization_table[] = { { OPT_LEVELS_NONE, 0, NULL, 0 } }; + +/* Default version of TARGET_COMPUTE_MULTILIB. */ +const char * +default_compute_multilib( + const struct switchstr *, + int, + const char *multilib, + const char *, + const char *, + const char *, + const char *, + const char *) +{ + return multilib; +} diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index c8f4abe3e41..0268ea77996 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -778,6 +778,11 @@ options are changed via @code{#pragma GCC optimize} or by using the Set target-dependent initial values of fields in @var{opts}. @end deftypefn +@deftypefn {Common Target Hook} {const char *} TARGET_COMPUTE_MULTILIB (const struct switchstr *@var{switches}, int @var{n_switches}, const char *@var{multilib_dir}, const char *@var{multilib_defaults}, const char *@var{multilib_select}, const char *@var{multilib_matches}, const char *@var{multilib_exclusions}, const char *@var{multilib_reuse}) +Some target like RISC-V might have complicated multilib reuse rule which is hard to implemented on current multilib scheme, this hook allow target to override the result from built-in multilib mechanism. @var{switches} is the raw option list with @var{n_switches} items; @var{multilib_dir} is the multi-lib result which compute by the built-in multi-lib mechanism; @var{multilib_defaults} is the default options list for multi-lib; @var{multilib_select} is the string contain the list of supported multi-lib, and the option checking list. @var{multilib_matches}, @var{multilib_exclusions}, and @var{multilib_reuse} are corresponding to @var{MULTILIB_MATCHES}, @var{MULTILIB_EXCLUSIONS} @var{MULTILIB_REUSE}. The default definition does nothing but return @var{multilib_dir} directly. +@end deftypefn + + @defmac SWITCHABLE_TARGET Some targets need to switch between substantially different subtargets during compilation. For example, the MIPS target has one subtarget for diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index 9c4b5016053..6f93edc15c0 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -736,6 +736,9 @@ options are changed via @code{#pragma GCC optimize} or by using the @hook TARGET_OPTION_INIT_STRUCT +@hook TARGET_COMPUTE_MULTILIB + + @defmac SWITCHABLE_TARGET Some targets need to switch between substantially different subtargets during compilation. For example, the MIPS target has one subtarget for diff --git a/gcc/gcc.c b/gcc/gcc.c index 3e98bc7973e..dafe754267a 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -43,6 +43,7 @@ compilation is specified by a string called a "spec". */ #include "opts.h" #include "filenames.h" #include "spellcheck.h" +#include "common/common-target.h" @@ -3573,42 +3574,6 @@ execute (void) } } -/* Find all the switches given to us - and make a vector describing them. - The elements of the vector are strings, one per switch given. - If a switch uses following arguments, then the `part1' field - is the switch itself and the `args' field - is a null-terminated vector containing the following arguments. - Bits in the `live_cond' field are: - SWITCH_LIVE to indicate this switch is true in a conditional spec. - SWITCH_FALSE to indicate this switch is overridden by a later switch. - SWITCH_IGNORE to indicate this switch should be ignored (used in %