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

Razvan Lupusoru llvmlistbot at llvm.org
Wed Jan 7 09:30:24 PST 2026


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

I agree :) That would be nice indeed. I want to evolve this a bit more while in acc dialect and figure out the APIs it needs as I use in various passes, and then we can proceed with an RFC to suggest this in a common place.

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


More information about the Mlir-commits mailing list