This is the mail archive of the gcc-patches@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]

Re: [PATCH] Tweaking loop-invariant.c



On Nov 10, 2005, at 2:32 PM, Andrew Pinski wrote:


Hi,

We have found that since builtin calls (e.g.
__builtin_ia32_pslldgi128) are not marked pure or const. The tree ssa
loop invariant code motion pass does not hoist them out of the loops.

How about marking them pure and/or const, if they are?



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