We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec084b commit 2c49c74Copy full SHA for 2c49c74
test/llvmpasses/late-lower-gc.ll
@@ -201,6 +201,7 @@ define void @decayar([2 x {} addrspace(10)* addrspace(11)*] %ar) {
201
202
define swiftcc ptr addrspace(10) @insert_element(ptr swiftself %0) {
203
; CHECK-LABEL: @insert_element
204
+ %v2 = call ptr @julia.get_pgcstack()
205
%2 = alloca [10 x i64], i32 1, align 8
206
; CHECK: %gcframe = call ptr @julia.new_gc_frame(i32 10)
207
; CHECK: [[gc_slot_addr_:%.*]] = call ptr @julia.get_gc_frame_slot(ptr %gcframe, i32 0)
0 commit comments