[all-commits] [llvm/llvm-project] 9299ca: [Coroutines] Fix inline comment about frame layout...
yonillasky via All-commits
all-commits at lists.llvm.org
Thu Jan 18 17:46:27 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9299ca797ae6d0c5ac008ef2126ab53f214daa21
https://github.com/llvm/llvm-project/commit/9299ca797ae6d0c5ac008ef2126ab53f214daa21
Author: yonillasky <yonillasky at users.noreply.github.com>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
Log Message:
-----------
[Coroutines] Fix inline comment about frame layout (#78626)
`ResumeIndex` isn't part of the frame struct header, so it necessarily
appears after the promise.
Co-authored-by: Yoni Lavi <yoni.lavi at nextsilicon.com>
More information about the All-commits
mailing list