[llvm] [mlir] [mlir] Add config for PDL (PR #69927)

Jacques Pienaar via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 18 15:51:45 PST 2023


================
@@ -3312,6 +3312,7 @@ auto ConversionTarget::getOpInfo(OperationName op) const
   return std::nullopt;
 }
 
+#if MLIR_ENABLE_PDL
----------------
jpienaar wrote:

This one is trickier as the parts here depend on ConversionPatternRewriterImpl, so would result in weird library split.

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


More information about the llvm-commits mailing list