> -----Original Message-----
> From: H.J. Lu <[email protected]>
> Sent: Friday, August 21, 2026 12:43 PM
> To: GCC Patches <[email protected]>; Uros Bizjak
> <[email protected]>; Liu, Hongtao <[email protected]>
> Subject: [PATCH] widen_mult_high_chain.c: Scan both mulq and mulx
>
Ok.
> When BMI2 is enabled by default, both mulq and mulx can be generated.
> Update widen_mult_high_chain.c to scan both mulq and mulx.
>
> PR testsuite/126923
> * gcc.target/i386/widen_mult_high_chain.c: Scan both mulq and mulx.
>
> --
> H.J.