This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] [graphite] Constrain only on INTEGER_TYPE
- From: Tobias Grosser <tobias at grosser dot es>
- To: Aditya Kumar <hiraditya at msn dot com>, gcc-patches at gcc dot gnu dot org
- Cc: s dot pop at samsung dot com, sebpop at gmail dot com, richard dot guenther at gmail dot com
- Date: Wed, 12 Aug 2015 22:41:35 +0200
- Subject: Re: [PATCH] [graphite] Constrain only on INTEGER_TYPE
- Authentication-results: sourceware.org; auth=none
- References: <1439411605-10344-1-git-send-email-hiraditya at msn dot com>
On 08/12/2015 10:33 PM, Aditya Kumar wrote:
Passes bootstrap, no regressions.
With this patch gcc bootstraps with graphite.
make BOOT_CFLAGS="-g -O2 -fgraphite-identity -floop-interchange -floop-block"
LGTM, but please use a longer sentence to explain what you do.
Tobias