Skip to content

Commit 89abb50

Browse files
committed
[mlir][nfc] Update test function name
Simply align with the existing convention and with our Testing Guidelines.
1 parent 573b377 commit 89abb50

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
@@ -3381,10 +3381,12 @@ func.func @negative_from_elements_to_constant() -> vector<1x!llvm.ptr> {
33813381

33823382
// -----
33833383

3384-
// CHECK-LABEL: func @vector_insert_const_regression(
3384+
// Not a DenseElementsAttr, don't fold.
3385+
3386+
// CHECK-LABEL: func @negative_insert_llvm_undef(
33853387
// CHECK: llvm.mlir.undef
33863388
// CHECK: vector.insert
3387-
func.func @vector_insert_const_regression(%arg0: i8) -> vector<4xi8> {
3389+
func.func @negative_insert_llvm_undef(%arg0: i8) -> vector<4xi8> {
33883390
%0 = llvm.mlir.undef : vector<4xi8>
33893391
%1 = vector.insert %arg0, %0 [0] : i8 into vector<4xi8>
33903392
return %1 : vector<4xi8>

0 commit comments

Comments
 (0)