[Mlir-commits] [mlir] 2b41bc5 - [mlir][shape] Update test case to new op asm format

Jacques Pienaar llvmlistbot at llvm.org
Mon Jun 15 09:06:28 PDT 2020


Author: Jacques Pienaar
Date: 2020-06-15T09:04:54-07:00
New Revision: 2b41bc5a8bfbd4d7d9b8fce30844128f8121fbcb

URL: https://github.com/llvm/llvm-project/commit/2b41bc5a8bfbd4d7d9b8fce30844128f8121fbcb
DIFF: https://github.com/llvm/llvm-project/commit/2b41bc5a8bfbd4d7d9b8fce30844128f8121fbcb.diff

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

Added: 
    

Modified: 
    mlir/test/Conversion/ShapeToSCF/shape-to-scf.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Conversion/ShapeToSCF/shape-to-scf.mlir b/mlir/test/Conversion/ShapeToSCF/shape-to-scf.mlir
index d0e6d0196dbf..b52266ce82ec 100644
--- a/mlir/test/Conversion/ShapeToSCF/shape-to-scf.mlir
+++ b/mlir/test/Conversion/ShapeToSCF/shape-to-scf.mlir
@@ -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]]


        


More information about the Mlir-commits mailing list