https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82636
Peter Bergner <bergner at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bergner at gcc dot gnu.org
Component|middle-end |rtl-optimization
--- Comment #6 from Peter Bergner <bergner at gcc dot gnu.org> ---
I think this may be fixed already. I see for the two test cases:
Tulio's:
__fmaf128_power9:
.LFB0:
xsmaddqp 4, 2, 3
xxlor 34,36,36
blr
...and Mikes:
__fmaf128_power9:
.LFB0:
.cfi_startproc
xsmaddqp 4,2,3
xxlor 34,36,36
blr
Tulio and Mike, can you confirm that?