We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e78cc commit 1677f7fCopy full SHA for 1677f7f
stablehlo/tests/ops_stablehlo.mlir
@@ -1,4 +1,7 @@
1
// RUN: stablehlo-opt %s -verify-diagnostics -split-input-file -allow-unregistered-dialect | FileCheck %s
2
+// RUN: stablehlo-opt %s -verify-diagnostics -split-input-file -allow-unregistered-dialect -emit-bytecode -debug-only=stablehlo-bytecode 2>&1 | FileCheck --check-prefix=CHECK-WARN %s
3
+
4
+// CHECK-WARN-NOT: Not Implemented
5
6
// Tests for types, ops with custom constraints, verifiers, printer or parser
7
// methods.
0 commit comments