Skip to content

Commit 41f9a00

Browse files
authored
[NFC][mlir][bufferization] (#132637)
1 parent b75dad0 commit 41f9a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-empty-tensor-elimination.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func.func @insertion_point_outside_loop(%t : tensor<?xf32>, %sz : index,
123123

124124
// -----
125125

126-
// EmptyTensorElimination does currently not apply to chains where the type is
126+
// EmptyTensorElimination does not currently apply to chains where the type is
127127
// changing. (Casts are supported.) This test just ensures that we do not crash
128128
// or generate IR that does not verify.
129129

0 commit comments

Comments
 (0)