forked from OSchip/llvm-project
[mlir][shape] Update test case to new op asm format
This commit is contained in:
parent
7759f70fb0
commit
2b41bc5a8b
|
@ -15,7 +15,7 @@ func @shape_reduce(%shape : !shape.shape) -> !shape.size {
|
|||
// CHECK-NEXT: [[C0:%.*]] = constant 0 : index
|
||||
// CHECK-NEXT: [[C1:%.*]] = constant 1 : index
|
||||
|
||||
// CHECK-NEXT: [[EXTENTS:%.*]] = "shape.to_extent_tensor"([[SHAPE]])
|
||||
// CHECK-NEXT: [[EXTENTS:%.*]] = shape.to_extent_tensor [[SHAPE]]
|
||||
// CHECK-NEXT: [[SIZE:%.*]] = dim [[EXTENTS]], [[C0]] : tensor<?xindex>
|
||||
|
||||
// CHECK-NEXT: [[RESULT:%.*]] = scf.for [[I:%.*]] = [[C0]] to [[SIZE]]
|
||||
|
|
Loading…
Reference in New Issue