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 c5b8798 commit a368667Copy full SHA for a368667
mlir/test/Dialect/Vector/canonicalize.mlir
@@ -3377,10 +3377,10 @@ func.func @negative_from_elements_to_constant() -> vector<1x!llvm.ptr> {
3377
3378
// -----
3379
3380
-// CHECK-LABEL: @from_elements_poison
+// CHECK-LABEL: @negative_from_elements_poison
3381
// CHECK: %[[VAL:.*]] = ub.poison : vector<2xf32>
3382
// CHECK: return %[[VAL]] : vector<2xf32>
3383
-func.func @from_elements_poison() -> vector<2xf32> {
+func.func @negative_from_elements_poison() -> vector<2xf32> {
3384
%0 = ub.poison : f32
3385
%1 = vector.from_elements %0, %0 : vector<2xf32>
3386
return %1 : vector<2xf32>
0 commit comments