[mlir][shape] Update test case to new op asm format

This commit is contained in:
Jacques Pienaar 2020-06-15 09:04:54 -07:00
parent 7759f70fb0
commit 2b41bc5a8b
1 changed files with 1 additions and 1 deletions

View File

@ -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]]