[Bug tree-optimization/56717] Enhance Dot-product pattern recognition to avoid mult widening.
congh at google dot com
gcc-bugzilla@gcc.gnu.org
Fri Nov 8 19:44:00 GMT 2013
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
More information about the Gcc-bugs
mailing list