[PATCH] D153107: [llvm-c] Add LLVMSetTailCallKind and LLVMGetTailCallKind
    Arthur Eubanks via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jun 29 09:48:05 PDT 2023
    
    
  
aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.
lgtm with wording changes
================
Comment at: llvm/docs/ReleaseNotes.rst:258
 
+* Added ``LLVMGetTailCallKind`` and ``LLVMSetTailCallKind``.
+  They allow to get and set ``tail``, ``musttail``, and ``notail``
----------------
I'd reword this to be
```
Added ``LLVMGetTailCallKind`` and ``LLVMSetTailCallKind`` to
allow getting and setting ``tail``, ``musttail``, and ``notail``
attributes on call instructions.
```
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153107/new/
https://reviews.llvm.org/D153107
    
    
More information about the llvm-commits
mailing list