This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Allow USE in PARALLELs in store_data_bypass_p
- From: Eric Botcazou <ebotcazou at adacore dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Jeff Law <law at redhat dot com>
- Date: Mon, 11 Dec 2017 12:09:14 +0100
- Subject: Re: [PATCH] Allow USE in PARALLELs in store_data_bypass_p
- Authentication-results: sourceware.org; auth=none
- References: <20171206193659.GI2353@tucnak> <1814092.kl1q82DlzE@polaris> <20171211105137.GI2353@tucnak>
> Is that long enough to be worth it? I mean, in all other places (rtlanal.c,
> recog.c, ...) we use similar code in all spots where it is needed, adding
> an inline would just mean yet another thing to remember. Or do you mean
> CLOBBER_OR_USE_P macro?
No, the whole function, it seems to duplicate everything in the 2 main arms.
--
Eric Botcazou