[Mlir-commits] [mlir] ef7b982 - [mlir][pdl] NFC fix missing include

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Feb 22 10:47:31 PST 2022


Author: Mogball
Date: 2022-02-22T18:47:25Z
New Revision: ef7b9824cd2241bb8a7647429fe73048b68d66ae

URL: https://github.com/llvm/llvm-project/commit/ef7b9824cd2241bb8a7647429fe73048b68d66ae
DIFF: https://github.com/llvm/llvm-project/commit/ef7b9824cd2241bb8a7647429fe73048b68d66ae.diff

LOG: [mlir][pdl] NFC fix missing include

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/PDL/IR/PDLOps.td

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/PDL/IR/PDLOps.td b/mlir/include/mlir/Dialect/PDL/IR/PDLOps.td
index 1d4264eeb9857..206191a8ff78a 100644
--- a/mlir/include/mlir/Dialect/PDL/IR/PDLOps.td
+++ b/mlir/include/mlir/Dialect/PDL/IR/PDLOps.td
@@ -16,6 +16,7 @@
 include "mlir/Dialect/PDL/IR/PDLTypes.td"
 include "mlir/IR/OpAsmInterface.td"
 include "mlir/IR/SymbolInterfaces.td"
+include "mlir/Interfaces/SideEffectInterfaces.td"
 
 //===----------------------------------------------------------------------===//
 // PDL Ops


        


More information about the Mlir-commits mailing list