This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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] x86: Initialize broadcast_op.bytes to 0


On Thu, Jul 26, 2018 at 8:57 AM, Jan Beulich <JBeulich@suse.com> wrote:
>>>> On 26.07.18 at 17:51, <hjl.tools@gmail.com> wrote:
>> On Thu, Jul 26, 2018 at 8:02 AM, H.J. Lu <hjl.tools@gmail.com> wrote:
>>>> Also, wouldn't you better clear ->bytes again in case the function later
>>>> returns an error, leading to the next template to be looked at?
>>>
>>> Good point.  I will take a look.
>>>
>>
>> This is what I checked in.
>
> Is that enough? This sets the value to zero once while parsing aiui,
> but not between multiple attempts to match the parsing result
> against templates.
>

It should be sufficient. Do you have a testcase to show otherwise?
broadcast_op is referenced only by

              broadcast_op.type = bcst_type;
              broadcast_op.operand = this_operand;
              broadcast_op.bytes = 0;
              i.broadcast = &broadcast_op;

broadcast_op.bytes is initialized to 0 when broadcast_op.type
is set.


-- 
H.J.


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