Skip to content

Commit

Permalink
Update test/llvmpasses/late-lower-gc.ll
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Baraldi <[email protected]>
  • Loading branch information
vchuravy and gbaraldi authored Feb 13, 2025
1 parent 7b6646f commit a679390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/llvmpasses/late-lower-gc.ll
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ top:
; Confirm that `invariant.load` on other loads survive
define void @gc_keep_invariant(float addrspace(1)* %0) {
top:
; CHECK-LABEL: @gc_drop_aliasing
; CHECK-LABEL: @gc_keep_invariant
%pgcstack = call {}*** @julia.get_pgcstack()
%1 = bitcast {}*** %pgcstack to {}**
%current_task = getelementptr inbounds {}*, {}** %0, i64 -12
Expand Down

0 comments on commit a679390

Please sign in to comment.