We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e1fc8 commit 97f094cCopy full SHA for 97f094c
mlir/test/Dialect/Vector/canonicalize.mlir
@@ -3365,7 +3365,7 @@ func.func @negative_from_elements_to_constant(%arg0: f32) -> vector<2xf32> {
3365
// folder is applied (`rewriteFromElementsAsBroadcast`).
3366
llvm.mlir.global constant @my_symbol() : i32
3367
3368
-// CHECK-LABEL: func @negative_from_address_to_constant
+// CHECK-LABEL: func @negative_from_elements_to_constant
3369
// CHECK: %[[A:.*]] = llvm.mlir.addressof @my_symbol
3370
// CHECK: %[[B:.*]] = vector.broadcast %[[A]] : !llvm.ptr to vector<1x!llvm.ptr>
3371
// CHECK: return %[[B]]
0 commit comments