This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3d47fbe0d7 [CUDA] Fix std::min on device side to return the min, not the max. new e017785d9a [coroutines] Promote cleanup.dest.slot allocas to registers [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/CodeGen/CodeGenFunction.cpp | 14 ++++++++++++ lib/CodeGen/CodeGenFunction.h | 38 +++++++++++++++++-------------- test/CodeGenCoroutines/coro-dest-slot.cpp | 26 +++++++++++++++++++++ 3 files changed, 61 insertions(+), 17 deletions(-) create mode 100644 test/CodeGenCoroutines/coro-dest-slot.cpp