RE: [PATCH] widen_mult_high_chain.c: Scan both mulq and mulx
"Liu, Hongtao" <[email protected]>
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <DS4PPF240F42FB757EE9267CB6E39D8C8CAE5A32@DS4PPF240F42FB7.namprd11.prod.outlook.com> |
> -----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.