on 2024/7/18 22:14, Peter Bergner wrote:
> On 7/18/24 4:14 AM, Kewen.Lin wrote:
>>> +/* { dg-final { scan-assembler {\.\mmachine power4\M} } } */
>>> +/* { dg-final { scan-assembler {\.\mmachine altivec\M} } } */
>>
>> Nit: Both \m looks useless and can be removed.
> 
> Fine with me.  Is that because the \. acts like a \m?

Yes, \m is to make sure "machine" is starting at word boundary excluding
some unexpected matching on words like "timemachine", but the preceding
dot (\.) already guarantees that.

BR,
Kewen

> 
> 
> 
>>> Ok for trunk and the release branches after some trunk burn-in time?
>>
>> OK for all with/without the below minor nit tweaked.
> 
> Great, thanks!
> 
> 
> Peter
> 
> 

Reply via email to