Replies: 2 comments 17 replies
-
Have you tried Ah, I now see that you want it on the call site. I don't think we have any method for that at the moment. |
Beta Was this translation helpful? Give feedback.
15 replies
-
Added PR #4366 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since clang 13 there is
musttail
attribute for thathttps://clang.llvm.org/docs/AttributeReference.html#musttail
In D I tried to get this via inline LLVM IR
But the resulting IR doesn't have the
musttail
Is it difficult to add this to LDC?
Beta Was this translation helpful? Give feedback.
All reactions