[Mlir-commits] [flang] [mlir] [mlir][acc] Add OffloadLiveInValueCanonicalization pass (PR #174671)
Slava Zakharin
llvmlistbot at 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 Mlir-commits
mailing list