================
@@ -860,7 +867,25 @@ static void runIslScheduleOptimizer(
     SC = SC.set_proximity(Proximity);
     SC = SC.set_validity(Validity);
     SC = SC.set_coincidence(Validity);
+
+    // Save error handling behavior
----------------
efriedma-quic wrote:

Would it be possible to use the IslMaxOperationsGuard helper here?  In addition 
to the code reuse, the RAII pattern is easier to read.

https://github.com/llvm/llvm-project/pull/75141
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to