[Bug tree-optimization/34043] Missed optimization causing extra loads and stores when using x86_64 builtin function together with aggregate types.
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Dec 9 22:34:00 GMT 2007
------- Comment #7 from pinskia at gcc dot gnu dot org 2007-12-09 22:34 -------
>+static tree get_generic_type_node_from_size(int size)
This function needs lots of improvement because the size of the modes is based
on UNIT_BIT_SIZE (I think that is the macro name) and really you can go from a
size to a mode and then to a tree type.
Note this patch really fixes my bug (PR 32964) if PRE is extended to handle
this too.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34043
More information about the Gcc-bugs
mailing list