Skip to content

Commit 48ca343

Browse files
committed
fix typo
1 parent 4eab6c0 commit 48ca343

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mlir/test/Dialect/Vector/linearize-subject-to-bitwidth.mlir

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// A vector<2x2xf32> has inner-most dimension with 64-bits. Check that at
77
// bitwidth threshold 128 (>= 64), operations are linearized, and at
8-
// bitwidth threshold 0 (< 64), operations are linearized.
8+
// bitwidth threshold 0 (< 64), operations are not linearized.
99

1010
// ALL-LABEL: test_result_bitwidth_64
1111
func.func @test_result_bitwidth_64(%arg0: vector<2x2xf32>) -> vector<2x2xf32> {
@@ -23,6 +23,8 @@ func.func @test_result_bitwidth_64(%arg0: vector<2x2xf32>) -> vector<2x2xf32> {
2323

2424
// -----
2525

26+
// Test that operations with vectors of index type are not linearized.
27+
2628
// ALL-LABEL: test_index_no_linearize
2729
func.func @test_index_no_linearize(%arg0: vector<2x2xindex>, %arg1: vector<2x2xindex>) -> vector<2x2xindex> {
2830

0 commit comments

Comments
 (0)