[PATCH] D134009: [Coroutines] Introduce `always_complete_coroutine` attribute to guide optimization (1/2)
Chuanqi Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 16 02:00:24 PDT 2022
ChuanqiXu updated this revision to Diff 460677.
ChuanqiXu added a comment.
Address comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134009/new/
https://reviews.llvm.org/D134009
Files:
llvm/docs/Coroutines.rst
llvm/docs/LangRef.rst
llvm/include/llvm/Bitcode/LLVMBitCodes.h
llvm/include/llvm/IR/Attributes.td
llvm/include/llvm/IR/Function.h
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/Transforms/Coroutines/CoroSplit.cpp
llvm/lib/Transforms/Utils/CodeExtractor.cpp
llvm/test/Transforms/Coroutines/coro-always_complete_coroutine.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134009.460677.patch
Type: text/x-patch
Size: 15199 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220916/8e9b3912/attachment.bin>
More information about the llvm-commits
mailing list