[clang] [llvm] [LLVM][Coroutines] Perform HALO on "coro_must_elide" coroutines (PR #98974)
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 16 19:18:59 PDT 2024
ChuanqiXu9 wrote:
> @ChuanqiXu9
>
> I was trying to find a stack review solution. See https://reviewstack.dev/llvm/llvm-project/pull/98974
>
> You can compare between commits on this UI. What's the stacked PRs approach you were talking about?
For example, you have 2 patches A and B, and B dependent on A. Then you can send the patch A to `llvm-project`'s branch (https://llvm.org/docs/GitHub.html#branches) instead of your repo and open a PR to merge the branch-of-A to main, then you can open another patch for B too and open a PR to merge the branch-of-B to branch-of-A.
https://github.com/llvm/llvm-project/pull/98974
More information about the cfe-commits
mailing list