[PATCH] D128794: [WebAssembly] Don't set musttail for coroutines is tail call is not enabled

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 20:18:53 PDT 2022


ChuanqiXu updated this revision to Diff 441238.
ChuanqiXu added a comment.

Address comments.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128794/new/

https://reviews.llvm.org/D128794

Files:
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/lib/Analysis/TargetTransformInfo.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
  llvm/lib/Transforms/Coroutines/CoroSplit.cpp
  llvm/test/Transforms/Coroutines/coro-split-musttail10.ll
  llvm/test/Transforms/Coroutines/coro-split-musttail11.ll
  llvm/test/Transforms/Coroutines/coro-split-musttail8.ll
  llvm/test/Transforms/Coroutines/coro-split-musttail9.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128794.441238.patch
Type: text/x-patch
Size: 14497 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220630/8b8ee4b5/attachment.bin>


More information about the llvm-commits mailing list