This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH i386 AVX512] [4/n] Add new way of generating all 0/1 vector.


On Mon, Aug 11, 2014 at 3:06 PM, Kirill Yukhin <kirill.yukhin@gmail.com> wrote:
> On 11 Aug 13:51, Jakub Jelinek wrote:
>> On Mon, Aug 11, 2014 at 03:47:07PM +0400, Kirill Yukhin wrote:
>> > @@ -9020,7 +9025,8 @@ standard_sse_constant_opcode (rtx insn, rtx x)
>> >     }
>> >
>> >      case 2:
>> > -      if (get_attr_mode (insn) == MODE_XI
>> > +      if (TARGET_AVX512VL
>> > +     ||get_attr_mode (insn) == MODE_XI
>>
>> Formatting, add space after ||.
> Fixed.

The patch is OK.

Thanks,
Uros.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]