This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug tree-optimization/56717] Enhance Dot-product pattern recognition to avoid mult widening.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56717

Cong Hou <congh at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |congh at google dot com

--- Comment #1 from Cong Hou <congh at google dot com> ---
The way ICC uses is not related to dot-product. It just finds out a smart way
to implement widen-mult (s16 to s32) using PMADDWD.

I will try to make a patch on this issue.


thanks,
Cong


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