[Mlir-commits] [flang] [mlir] [flang] Added OperationMoveOpInterface for controlling LICM. (PR #175108)
Tom Eccles
llvmlistbot at llvm.org
Tue Jan 13 09:48:00 PST 2026
================
@@ -0,0 +1,75 @@
+//===-- FIROperationMoveOpInterface.td ---------------------*- tablegen -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+include "mlir/IR/Interfaces.td"
+
+def OperationMoveOpInterface : OpInterface<"OperationMoveOpInterface"> {
----------------
tblah wrote:
The OpenMP dialect mostly avoids IsolatedFromAbove for similar reasons.
https://github.com/llvm/llvm-project/pull/175108
More information about the Mlir-commits
mailing list