File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mlir/test/Conversion/VectorToLLVM Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2768,11 +2768,11 @@ func.func @constant_mask_2d_trailing_scalable() -> vector<4x[4]xi1> {
27682768
27692769/// Currently, this is not supported as generating the mask would require
27702770/// unrolling the leading scalable dimension at compile time.
2771- func.func @cannot_constant_mask_2d_leading_scalable () -> vector <[4 ]x4 xi1 > {
2771+ func.func @negative_constant_mask_2d_leading_scalable () -> vector <[4 ]x4 xi1 > {
27722772 %0 = vector.constant_mask [4 , 2 ] : vector <[4 ]x4 xi1 >
27732773 return %0 : vector <[4 ]x4 xi1 >
27742774}
2775- // CHECK-LABEL: func.func @cannot_genbool_2d_leading_scalable
2775+ // CHECK-LABEL: func.func @negative_constant_mask_2d_leading_scalable
27762776// CHECK: %[[VAL_0:.*]] = vector.constant_mask [4, 2] : vector<[4]x4xi1>
27772777// CHECK: return %[[VAL_0]] : vector<[4]x4xi1>
27782778
You can’t perform that action at this time.
0 commit comments