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/34043] Missed optimization causing extra loads and stores when using x86_64 builtin function together with aggregate types.



------- 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


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