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 08e2c15 commit 8487d24Copy full SHA for 8487d24
mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
@@ -321,11 +321,6 @@ def Shape_DimOp : Shape_Op<"dim",
321
let assemblyFormat = "$value `,` $index attr-dict `:` type($value) `,`"
322
"type($index) `->` type($extent)";
323
324
- let builders = [
325
- // Builder that allows passing a constant dimension as a simple integer.
326
- OpBuilder<(ins "Value":$value, "int64_t":$index)>
327
- ];
328
-
329
let extraClassDeclaration = [{
330
/// Get the `index` value as integer if it is constant.
331
std::optional<int64_t> getConstantIndex();
0 commit comments