[all-commits] [llvm/llvm-project] 8fb73c: [Coroutines] Make sure that async coroutine contex...
Arnold Schwaighofer via All-commits
all-commits at lists.llvm.org
Sat Nov 14 05:09:45 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8fb73cecfd1a1c0367759721566a91d320f76d8b
https://github.com/llvm/llvm-project/commit/8fb73cecfd1a1c0367759721566a91d320f76d8b
Author: Arnold Schwaighofer <aschwaighofer at apple.com>
Date: 2020-11-14 (Sat, 14 Nov 2020)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
M llvm/test/Transforms/Coroutines/coro-async.ll
Log Message:
-----------
[Coroutines] Make sure that async coroutine context size is a multiple of the alignment requirement
This simplifies the code the allocator has to executed
Differential Revision: https://reviews.llvm.org/D91471
More information about the All-commits
mailing list