Skip to content

Commit fbc70c5

Browse files
committed
[mlir][ArmSME] remove addressof ops to undefined symbols (NFC)
The string symbols were replaced with 'vector.print str' calls in 061d978 (#68973) but the addressof ops weren't removed. This was missed as the test is currently XFAIL'ed.
1 parent 22bea0c commit fbc70c5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mlir/test/Integration/Dialect/Vector/CPU/ArmSME/load-store-128-bit-tile.mlir

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ func.func @vector_copy_i128(%src: memref<?x?xi128>, %dst: memref<?x?xi128>) {
3737
}
3838

3939
func.func @test_load_store_zaq0() {
40-
%init_a_str = llvm.mlir.addressof @init_tile_a : !llvm.ptr
41-
%init_b_str = llvm.mlir.addressof @init_tile_b : !llvm.ptr
42-
%final_a_str = llvm.mlir.addressof @final_tile_a : !llvm.ptr
43-
%final_b_str = llvm.mlir.addressof @final_tile_b : !llvm.ptr
44-
4540
%c0 = arith.constant 0 : index
4641
%min_elts_q = arith.constant 1 : index
4742
%bytes_per_128_bit = arith.constant 16 : index

0 commit comments

Comments
 (0)