File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -818,11 +818,11 @@ func.func @fold_extract_shapecast_negative(%arg0 : vector<16xf32>) -> vector<4x2
818818
819819// -----
820820
821- // CHECK-LABEL: canonicalize_extract_shapecast_to_shapecast
821+ // CHECK-LABEL: fold_extract_shapecast_to_shapecast
822822// CHECK-SAME: (%[[ARG:.+]]: vector<3x4xf32>)
823823// CHECK: %[[R:.+]] = vector.shape_cast %[[ARG]] : vector<3x4xf32> to vector<12xf32>
824824// CHECK: return %[[R]]
825- func.func @canonicalize_extract_shapecast_to_shapecast (%arg0 : vector <3 x4 xf32 >) -> vector <12 xf32 > {
825+ func.func @fold_extract_shapecast_to_shapecast (%arg0 : vector <3 x4 xf32 >) -> vector <12 xf32 > {
826826 %0 = vector.shape_cast %arg0 : vector <3 x4 xf32 > to vector <1 x12 xf32 >
827827 %r = vector.extract %0 [0 ] : vector <12 xf32 > from vector <1 x12 xf32 >
828828 return %r : vector <12 xf32 >
You can’t perform that action at this time.
0 commit comments