[all-commits] [llvm/llvm-project] 5c902a: [coro async] Add code to support dynamic aligment ...
Arnold Schwaighofer via All-commits
all-commits at lists.llvm.org
Fri Jun 3 07:07:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c902af572bf8670fc0bb9d5709f2f0447339033
https://github.com/llvm/llvm-project/commit/5c902af572bf8670fc0bb9d5709f2f0447339033
Author: Arnold Schwaighofer <aschwaighofer at apple.com>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
A llvm/test/Transforms/Coroutines/coro-async-dyn-align.ll
Log Message:
-----------
[coro async] Add code to support dynamic aligment of over-aligned types in async frames
Async context frames are allocated with a maximum alignment. If a type
requests an alignment bigger than that dynamically align the address
in the frame.
Differential Revision: https://reviews.llvm.org/D126715
More information about the All-commits
mailing list