Skip to content

Commit

Permalink
[Coroutines] Remove some stale FIXMEs (NFC)
Browse files Browse the repository at this point in the history
The calls are already musttail.
  • Loading branch information
zmodem committed Mar 14, 2024
1 parent 5afb937 commit f2d02ce
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ exit:
ret void
}

; FIXME: The fakeresume1 here should be marked as musttail.
; Verify that in the resume part resume call is marked with musttail.
; CHECK-LABEL: @f.resume(
; CHECK: musttail call fastcc void @fakeresume1(ptr align 8 null)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ exit:
ret void
}

; FIXME: The fakeresume1 here should be marked as musttail.
; Verify that in the resume part resume call is marked with musttail.
; CHECK-LABEL: @f.resume(
; CHECK: musttail call fastcc void @fakeresume1(ptr align 8 null)
Expand Down
1 change: 0 additions & 1 deletion llvm/test/Transforms/Coroutines/coro-split-musttail6.ll
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ exit:
ret void
}

; FIXME: The fakeresume1 here should be marked as musttail.
; Verify that in the resume part resume call is marked with musttail.
; CHECK-LABEL: @f.resume(
; CHECK: musttail call fastcc void @fakeresume1(ptr align 8 null)
Expand Down
1 change: 0 additions & 1 deletion llvm/test/Transforms/Coroutines/coro-split-musttail7.ll
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ exit:
ret void
}

; FIXME: The fakeresume1 here should be marked as musttail.
; Verify that in the resume part resume call is marked with musttail.
; CHECK-LABEL: @f.resume(
; CHECK: musttail call fastcc void @fakeresume1(ptr align 8 null)
Expand Down

0 comments on commit f2d02ce

Please sign in to comment.