We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b6168 commit 83f42e1Copy full SHA for 83f42e1
test/Export/bool_test.mlir
@@ -0,0 +1,7 @@
1
+// RUN: p4mlir-export-bmv2 --json-output %s | FileCheck %s
2
+
3
+module {
4
+ %1 = p4hir.const #p4hir.bool<false> : !p4hir.bool
5
+}
6
7
+// CHECK: p4hir.const
0 commit comments