Skip to content

Commit 607170f

Browse files
committed
Fixup
1 parent a543dec commit 607170f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

mlir/test/Integration/Dialect/Linalg/CPU/ArmSME/use-too-many-tiles.mlir

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,9 @@ func.func @use_too_many_tiles(%a: memref<?x?xi16>, %b: memref<?x?xi16>, %c: mem
5050
return
5151
}
5252

53-
func.func @get_svl() -> index attributes { enable_arm_streaming_ignore, arm_locally_streaming }{
54-
%vscale = vector.vscale
55-
return %vscale : index
56-
}
57-
5853
func.func @main() {
5954
%c16 = arith.constant 16 : index
60-
%svl = call @get_svl() : () -> index
61-
%svl_h = arith.muli %c16, %svl : index
55+
%svl_h = arm_sme.streaming_vl <half>
6256

6357
%c2 = arith.constant 2 : i16
6458
%c3 = arith.constant 3 : i16

0 commit comments

Comments
 (0)