Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
i added a few people who have reviewed nearby files recently to reviewers. i hope it's ok.
Comment Actions
lgtm with wording changes
llvm/docs/ReleaseNotes.rst | ||
---|---|---|
258 ↗ | (On Diff #535762) | I'd reword this to be Added ``LLVMGetTailCallKind`` and ``LLVMSetTailCallKind`` to allow getting and setting ``tail``, ``musttail``, and ``notail`` attributes on call instructions. |
can you add @see CallInst::TailCallKind?