[flang-commits] [flang] [mlir] [mlir][acc] Add OffloadLiveInValueCanonicalization pass (PR #174671)

Slava Zakharin via flang-commits flang-commits at lists.llvm.org
Wed Jan 7 09:34:54 PST 2026


================
@@ -122,4 +122,15 @@ def OutlineRematerializationOpInterface : OpInterface<"OutlineRematerializationO
   }];
 }
 
+def OffloadRegionOpInterface : OpInterface<"OffloadRegionOpInterface"> {
----------------
vzakhari wrote:

You may know it, but I just want to highlight that OpenMP dialect has `OutlineableOpenMPOpInterface` maybe serving the same purpose.

https://github.com/llvm/llvm-project/pull/174671


More information about the flang-commits mailing list