From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5794 invoked by alias); 19 Dec 2015 18:06:39 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 5773 invoked by uid 89); 19 Dec 2015 18:06:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=64910, HImode, testqi_ext_3, himode X-HELO: mail-ob0-f172.google.com Received: from mail-ob0-f172.google.com (HELO mail-ob0-f172.google.com) (209.85.214.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 19 Dec 2015 18:06:38 +0000 Received: by mail-ob0-f172.google.com with SMTP id 18so99626661obc.2 for ; Sat, 19 Dec 2015 10:06:37 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.182.68.68 with SMTP id u4mr4076952obt.61.1450548395975; Sat, 19 Dec 2015 10:06:35 -0800 (PST) Received: by 10.60.138.70 with HTTP; Sat, 19 Dec 2015 10:06:35 -0800 (PST) Date: Sat, 19 Dec 2015 18:06:00 -0000 Message-ID: Subject: Re: [RFA][PATCH][PR tree-optimization/64910] x86 backend improvement From: Uros Bizjak To: "gcc-patches@gcc.gnu.org" Cc: Jeff Law Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-12/txt/msg01947.txt.bz2 Hello! + 2015-12-19 Jeff Law + + PR tree-optimization/64910 + * config/i386/i386.md (testqi_ext_3): Allow HImode. OK for mainline and branch. Thanks, Uros.