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: [tree-ssa] Loop analysis


	Why is the loop optimizer inserted before the SSA transformation?


#if 0
      struct loops *loops;
      loops = loop_optimizer_init (NULL);
      loop_optimizer_finalize (loops, NULL);
#endif 
      /* Rewrite the function into SSA form.  */
      rewrite_into_ssa (fndecl);


David


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