Skip to content

Commit ca8528b

Browse files
authored
[mlir][nfc] Update test function name (#159806)
Simply align with the existing convention and with our Testing Guidelines.
1 parent 3233c94 commit ca8528b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mlir/test/Dialect/Vector/canonicalize.mlir

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3417,10 +3417,12 @@ func.func @negative_from_elements_poison_constant_mix() -> vector<2xf32> {
34173417

34183418
// -----
34193419

3420-
// CHECK-LABEL: func @vector_insert_const_regression(
3420+
// Not a DenseElementsAttr, don't fold.
3421+
3422+
// CHECK-LABEL: func @negative_insert_llvm_undef(
34213423
// CHECK: llvm.mlir.undef
34223424
// CHECK: vector.insert
3423-
func.func @vector_insert_const_regression(%arg0: i8) -> vector<4xi8> {
3425+
func.func @negative_insert_llvm_undef(%arg0: i8) -> vector<4xi8> {
34243426
%0 = llvm.mlir.undef : vector<4xi8>
34253427
%1 = vector.insert %arg0, %0 [0] : i8 into vector<4xi8>
34263428
return %1 : vector<4xi8>

0 commit comments

Comments
 (0)