[Mlir-commits] [mlir] [mlir] MLIR-QUERY slice-matchers implementation (PR #115670)

Jacques Pienaar llvmlistbot at llvm.org
Sun Feb 2 19:39:58 PST 2025


================
@@ -17,7 +17,13 @@
 
 namespace mlir::query {
 
-enum class QueryKind { Invalid, NoOp, Help, Match, Quit };
+struct QueryOptions {
----------------
jpienaar wrote:

This is part of public interface, lets use doxygen comments for.

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


More information about the Mlir-commits mailing list