[mlir] [llvm] [mlir] Add config for PDL (PR #69927)
Mehdi Amini via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 9 20:29:59 PST 2023
================
@@ -3312,6 +3312,7 @@ auto ConversionTarget::getOpInfo(OperationName op) const
return std::nullopt;
}
+#if MLIR_ENABLE_PDL
----------------
joker-eph wrote:
Can we extract all of this in a separate .cpp and handle this with separate CMakeLibraries?
https://github.com/llvm/llvm-project/pull/69927
More information about the llvm-commits
mailing list