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 05eafd9 commit c1fc4c6Copy full SHA for c1fc4c6
mlir/include/mlir/Dialect/SMT/IR/SMTArrayOps.td
@@ -75,7 +75,7 @@ def ArrayBroadcastOp : SMTArrayOp<"broadcast", [
75
This operation represents a broadcast of the 'value' operand to all indices
76
of the array. It is equivalent to
77
```
78
- %0 = smt.declare "array" : !smt.array<[!smt.int -> !smt.bool]>
+ %0 = smt.declare_fun "array" : !smt.array<[!smt.int -> !smt.bool]>
79
%1 = smt.forall ["idx"] {
80
^bb0(%idx: !smt.int):
81
%2 = smt.array.select %0[%idx] : !smt.array<[!smt.int -> !smt.bool]>
0 commit comments