================
@@ -518,6 +518,164 @@ class CIRLoopOpInterfaceFlattening
                                                exit);
   }
 
+  // Return the cleanup-kind attribute or a null attribute if the loop has no
+  // cleanups.
+  static cir::CleanupKindAttr getLoopCleanupKind(cir::LoopOpInterface op) {
----------------
erichkeane wrote:

Hmm... ok, I am willing to 'punt' on the request for a 'fixme' (and just return 
a null attribute) until I see the future patches.  So lgtm.

https://github.com/llvm/llvm-project/pull/210472
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to