[PATCH] D126715: [coro async] Add code to support dynamic aligment of over-aligned types in async frames

Arnold Schwaighofer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 12:02:27 PDT 2022


aschwaighofer created this revision.
aschwaighofer added a reviewer: rjmccall.
Herald added a subscriber: hiraditya.
Herald added a project: All.
aschwaighofer requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126715

Files:
  llvm/lib/Transforms/Coroutines/CoroFrame.cpp
  llvm/test/Transforms/Coroutines/coro-async-dyn-align.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126715.433161.patch
Type: text/x-patch
Size: 11793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220531/98159e2e/attachment.bin>


More information about the llvm-commits mailing list