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: [RFC/RFA] PR/26830 part 2, delay SSA updating in loop header copying



Perhaps something like:

+  bool copied_p = false;
...
+      if (tree_duplicate_sese_region (..))
+	copied_p = true;
...

Ok.


Let's wait for Zdenek's opinions and the results of bootstrap
and regression testing, but this change makes sense to me, if
its safe.

Well, bootstrap had already finished when I posted. :-> Regression testing also completed successfully.


Paolo


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