[all-commits] [llvm/llvm-project] d2d77e: [PowerPC][Coroutines] Add tail-call check with cal...
Ting Wang via All-commits
all-commits at lists.llvm.org
Sun Aug 21 19:25:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d2d77e050b32ce3f917688aeeb9e6f8f3c209560
https://github.com/llvm/llvm-project/commit/d2d77e050b32ce3f917688aeeb9e6f8f3c209560
Author: Ting Wang <Ting.Wang.SH at ibm.com>
Date: 2022-08-21 (Sun, 21 Aug 2022)
Changed paths:
M clang/test/CodeGenCoroutines/pr56329.cpp
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
M llvm/lib/Analysis/TargetTransformInfo.cpp
M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
A llvm/test/Transforms/Coroutines/coro-split-musttail-ppc64le.ll
Log Message:
-----------
[PowerPC][Coroutines] Add tail-call check with call information for coroutines
Fixes #56679.
Reviewed By: ChuanqiXu, shchenz
Differential Revision: https://reviews.llvm.org/D131953
More information about the All-commits
mailing list