Skip to content

Commit 2bbb6ad

Browse files
committed
format
1 parent cc8d852 commit 2bbb6ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/lib/Dialect/SCF/Transforms/PassDetail.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class SCFDialect;
2929

3030
namespace affine {
3131
class AffineDialect;
32-
} // namepsace affine
32+
} // namespace affine
3333

3434
#define GEN_PASS_CLASSES
3535
#include "byteir/Dialect/SCF/Passes.h.inc"

compiler/test/Dialect/SCF/forallTiling.mlir

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ func.func @Elementwise(%arg0: memref<32x1024x?x30xf32>) -> memref<32768x?x30xf32
6666
// CHECK-NEXT: %[[V5:.*]] = arith.remsi %[[V4]], %[[DIM]] : index
6767
// CHECK-NEXT: %[[V6:.*]] = arith.divsi %[[V4]], %[[DIM]] : index
6868
// CHECK-NEXT: %[[SUBVIEW:.*]] = memref.subview %[[COLLAPSE]][%[[V6]], %[[V5]], %[[V3]]] [1, 1, 1] [1, 1, 1] : memref<32768x?x30xf32> to memref<1x1x1xf32, strided<[300, 30, 1], offset: ?>>
69-
// CHECK-NEXT: %[[SUBVIEW_0:.*]] = memref.subview %[[ALLOC]][%[[V6]], %[[V5]], %[[V3]]] [1, 1, 1] [1, 1, 1] : memref<32768x?x30xf32> to memref<1x1x1xf32, strided<[300, 30, 1], offset: ?>>
69+
// CHECK-NEXT: %[[SUBVIEW_0:.*]] = memref.subview %[[ALLOC]][%[[V6]], %[[V5]], %[[V3]]] [1, 1, 1] [1, 1, 1] : memref<32768x?x30xf32> to memref<1x1x1xf32, strided<[300, 30, 1], offset: ?>>

0 commit comments

Comments
 (0)