Skip to content

Commit e0860bd

Browse files
committed
Add a comment for better clarity in the negative test case
1 parent 74ec44a commit e0860bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/test/Dialect/Vector/vector-unroll-options.mlir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ func.func @vector_fma(%a: vector<4x4xf32>, %b: vector<4x4xf32>, %c: vector<4x4xf
188188
// CHECK-LABEL: func @vector_fma
189189
// CHECK-COUNT-4: vector.fma %{{.+}}, %{{.+}}, %{{.+}} : vector<2x2xf32>
190190

191+
// TODO: We should be able to unroll this like the example above - this will require extending UnrollElementwisePattern.
191192
func.func @negative_vector_fma_3d(%a: vector<3x2x2xf32>) {
192193
%0 = vector.fma %a, %a, %a : vector<3x2x2xf32>
193194
return

0 commit comments

Comments
 (0)