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 target/21588] x86 machine builtins do not have any const/pure attributes set


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-30 12:56 -------
(In reply to comment #5)
> Does the code quality regression still hold even after libcalls was
> removed?  These definitly was one of reason for ineffencities in
> pure/const function call code generation.

I doubt it since these expanded into RTL instruction and there is no call at the rtl level.

-- 


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


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