Skip to content

Commit 2af96f3

Browse files
committed
test: fix GenericMemoryRef address space regression test pattern
Update CHECK pattern to match current LLVM IR output after address space bug fix.
1 parent 14359a0 commit 2af96f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/llvmpasses/memoryref-addrspace.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ end
1414

1515
# CHECK-LABEL: @julia_bf
1616
# CHECK: oob:
17-
# CHECK: store {{.*}} addrspace(11) {{.*}}GenericMemoryRef
17+
# CHECK: store ptr {{.*}}, ptr %"box::GenericMemoryRef"
1818
# CHECK-NOT: store {{.*}} addrspace(10) {{.*}}GenericMemoryRef
1919
# CHECK: call void @ijl_bounds_error_int
2020

0 commit comments

Comments
 (0)