Skip to content

Commit 97f094c

Browse files
committed
Fix typo
1 parent e9e1fc8 commit 97f094c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/Vector/canonicalize.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3365,7 +3365,7 @@ func.func @negative_from_elements_to_constant(%arg0: f32) -> vector<2xf32> {
33653365
// folder is applied (`rewriteFromElementsAsBroadcast`).
33663366
llvm.mlir.global constant @my_symbol() : i32
33673367

3368-
// CHECK-LABEL: func @negative_from_address_to_constant
3368+
// CHECK-LABEL: func @negative_from_elements_to_constant
33693369
// CHECK: %[[A:.*]] = llvm.mlir.addressof @my_symbol
33703370
// CHECK: %[[B:.*]] = vector.broadcast %[[A]] : !llvm.ptr to vector<1x!llvm.ptr>
33713371
// CHECK: return %[[B]]

0 commit comments

Comments
 (0)