Skip to content

Commit db3276a

Browse files
committed
fixup! [mlir][nfc] Rename @genbool_* as @constant_mask_*
Fix test name
1 parent 55762de commit db3276a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]x4xi1> {
2771+
func.func @negative_constant_mask_2d_leading_scalable() -> vector<[4]x4xi1> {
27722772
%0 = vector.constant_mask [4, 2] : vector<[4]x4xi1>
27732773
return %0 : vector<[4]x4xi1>
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

0 commit comments

Comments
 (0)