Skip to content

Commit

Permalink
[mlir][ArmSME] remove addressof ops to undefined symbols (NFC)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
c-rhodes committed Nov 6, 2023
1 parent 22bea0c commit fbc70c5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ func.func @vector_copy_i128(%src: memref<?x?xi128>, %dst: memref<?x?xi128>) {
}

func.func @test_load_store_zaq0() {
%init_a_str = llvm.mlir.addressof @init_tile_a : !llvm.ptr
%init_b_str = llvm.mlir.addressof @init_tile_b : !llvm.ptr
%final_a_str = llvm.mlir.addressof @final_tile_a : !llvm.ptr
%final_b_str = llvm.mlir.addressof @final_tile_b : !llvm.ptr

%c0 = arith.constant 0 : index
%min_elts_q = arith.constant 1 : index
%bytes_per_128_bit = arith.constant 16 : index
Expand Down

0 comments on commit fbc70c5

Please sign in to comment.